| 1 | <?php |
||
| 18 | class UserList extends Users implements SortableInterface |
||
| 19 | { |
||
| 20 | use ElementListTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @inheritdoc |
||
| 24 | */ |
||
| 25 | public function init() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | */ |
||
| 37 | public static function displayName(): string |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritdoc |
||
| 44 | */ |
||
| 45 | public function settingsAttributes(): array |
||
| 54 | } |
||
| 55 |