mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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;
|
||||
|
||||
/**
|
||||
* 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
|
||||
* <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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user