Repository: It's "sort rules" in general, not "default sort rules"
This commit is contained in:
parent
1f6bc8ea47
commit
d0dd4b09a0
|
@ -78,7 +78,7 @@ abstract class Repository implements Selectable
|
||||||
protected $filterColumns;
|
protected $filterColumns;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default sort rules to be applied on a query
|
* The sort rules to be applied on a query
|
||||||
*
|
*
|
||||||
* This may be initialized by concrete repository implementations, in the following format
|
* This may be initialized by concrete repository implementations, in the following format
|
||||||
* <pre><code>
|
* <pre><code>
|
||||||
|
@ -284,7 +284,7 @@ abstract class Repository implements Selectable
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the default sort rules to be applied on a query
|
* Return the sort rules to be applied on a query
|
||||||
*
|
*
|
||||||
* Calls $this->initializeSortRules() in case $this->sortRules is null.
|
* Calls $this->initializeSortRules() in case $this->sortRules is null.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue