Property | Type | Description | |
---|---|---|---|
$items | array | Contains the results of the list. They are all an instance of User | |
$type | string |
Method | Description | |
---|---|---|
getItems ( ) : array | ||
getType ( ) : string | ||
isValidOrderKey ( string $key ) : boolean | Tests if the given key is an valid order key to sort the results | |
setItems ( array $items ) |
public isValidOrderKey ( string $key ) : boolean | ||
$key | string | |
return | boolean |
public array $items | ||
return | array |