| 1 | <?php |
||
| 19 | class UserList extends Users implements SortableInterface, RelationalInterface |
||
| 20 | { |
||
| 21 | use ElementListTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @inheritdoc |
||
| 25 | */ |
||
| 26 | public function init() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritdoc |
||
| 37 | */ |
||
| 38 | public static function displayName(): string |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @inheritdoc |
||
| 45 | */ |
||
| 46 | public function settingsAttributes(): array |
||
| 55 | |||
| 56 | /** |
||
| 57 | * inheritDoc |
||
| 58 | * @return User|null |
||
| 59 | */ |
||
| 60 | public function resolveElement($element) |
||
| 72 | } |
||
| 73 |