1 | <?php |
||
19 | class CategoryList extends Categories 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 Category|null |
||
47 | */ |
||
48 | public function resolveElement($element) |
||
56 | } |
||
57 |