1 | <?php |
||
17 | class CategoryNewsDisplay extends DependentDisplayElement |
||
18 | { |
||
19 | const ID = 'category_news_display'; |
||
20 | |||
21 | public function getId(): string |
||
25 | |||
26 | public function getParentId(): string |
||
30 | |||
31 | public function getClassName(): string |
||
35 | |||
36 | /** |
||
37 | * @param mixed $object |
||
38 | * @return Display |
||
39 | */ |
||
40 | protected function initDisplay($object): Display |
||
60 | } |
||
61 |