Merge pull request #3073 from dhensby/patch-5

FIX Docs for DataList::filter()
This commit is contained in:
Simon Welsh 2014-04-25 21:37:22 +12:00
commit e2f3001438

View File

@ -310,7 +310,7 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab
*
* @todo extract the sql from $customQuery into a SQLGenerator class
*
* @param string|array Escaped SQL statement. If passed as array, all keys and values are assumed to be escaped.
* @param string|array Key and Value pairs, the array values are automatically sanitised for the DB quesry
* @return DataList
*/
public function filter() {