1 | <?php |
||
14 | class RootNavigationItem extends NavigationItemConfig |
||
15 | { |
||
16 | const OPTION_CHILDREN = 'items'; |
||
17 | |||
18 | /** |
||
19 | * @param string $className |
||
20 | * @param array $arguments |
||
21 | * @return Root |
||
22 | */ |
||
23 | protected function getObject(string $className, array $arguments) |
||
27 | |||
28 | /** |
||
29 | * @param Root $item |
||
30 | * @return array |
||
31 | */ |
||
32 | protected function getArray($item): array |
||
36 | |||
37 | protected function config() |
||
41 | } |
||
42 |