@@ -44,7 +44,7 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * Get the UID's of the Group Members |
| 46 | 46 | * |
| 47 | - * @param boolean $recursie Include members of child groups |
|
| 47 | + * @param boolean $recursive Include members of child groups |
|
| 48 | 48 | * |
| 49 | 49 | * @return array Array of UIDs |
| 50 | 50 | * |
@@ -288,10 +288,10 @@ discard block |
||
| 288 | 288 | |
| 289 | 289 | /** |
| 290 | 290 | # @param array $data The array data to filter and sort |
| 291 | - * @param boolean|array $select The fields to return |
|
| 292 | - * @param boolean|integer $top The number of records to return |
|
| 293 | - * @param boolean|integer $skip The number of records to skip |
|
| 294 | - * @param boolean|array $orderby The fields to sort by |
|
| 291 | + * @param boolean $select The fields to return |
|
| 292 | + * @param boolean $top The number of records to return |
|
| 293 | + * @param boolean $skip The number of records to skip |
|
| 294 | + * @param boolean $orderby The fields to sort by |
|
| 295 | 295 | */ |
| 296 | 296 | private function processFilteringParams(&$data, &$select, $top, $skip, $orderby) |
| 297 | 297 | { |
@@ -317,6 +317,9 @@ discard block |
||
| 317 | 317 | } |
| 318 | 318 | } |
| 319 | 319 | |
| 320 | + /** |
|
| 321 | + * @param \Data\Filter $filter |
|
| 322 | + */ |
|
| 320 | 323 | public function getUsersByFilter($filter, $select = false, $top = false, $skip = false, $orderby = false) |
| 321 | 324 | { |
| 322 | 325 | $server = $this->get_and_bind_server(); |