| 1 | <?php |
||
| 19 | class UserList extends Users implements SortableInterface, RelationalInterface |
||
| 20 | { |
||
| 21 | use ElementListTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @inheritdoc |
||
| 25 | */ |
||
| 26 | public static function displayName(): string |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | public function settingsAttributes(): array |
||
| 43 | |||
| 44 | /** |
||
| 45 | * inheritDoc |
||
| 46 | * @return User|null |
||
| 47 | */ |
||
| 48 | public function resolveElement($element) |
||
| 60 | } |
||
| 61 |