@@ -232,7 +232,7 @@ |
||
232 | 232 | /** |
233 | 233 | * retun a list of objects |
234 | 234 | * we need it like this for pagination.... |
235 | - * @return DataList |
|
235 | + * @return PaginatedList |
|
236 | 236 | */ |
237 | 237 | public function PaginatedListItems() |
238 | 238 | { |
@@ -43,7 +43,6 @@ |
||
43 | 43 | * @param String $className - DataObject Class Name you want to sort |
44 | 44 | * @param String | Int $filterField - Field you want to filter for OR ParentID number (i.e. you are sorting children of Parent with ID = $filterField) |
45 | 45 | * @param String $filterValue - filter field should be equal to this integer OR string. You can provide a list of IDs like this: 1,2,3,4 where the filterFiel is probably equal to ID or MyRelationID |
46 | - * @param String $linkText - text to show on the link |
|
47 | 46 | * @param String $titleField - field to show in the sort list. This defaults to the DataObject method "getTitle", but you can use "name" or something like that. |
48 | 47 | * |
49 | 48 | * @return String - html |