mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR SSF-25 : correct inline document
This commit is contained in:
parent
72101c254a
commit
7d956de754
@ -111,8 +111,8 @@ class SearchContext extends Object {
|
||||
* @param string|array $sort Database column to sort on.
|
||||
* Falls back to {@link DataObject::$default_sort} if not provided.
|
||||
* @param string|array $limit
|
||||
* @param SQLQuery $existingQuery
|
||||
* @return SQLQuery
|
||||
* @param DataList $existingQuery
|
||||
* @return DataList
|
||||
*/
|
||||
public function getQuery($searchParams, $sort = false, $limit = false, $existingQuery = null) {
|
||||
if($existingQuery) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user