1 | <?php |
||
18 | class links extends menu_block |
||
19 | { |
||
20 | /** @var \blitze\sitemaker\services\menus\display */ |
||
21 | protected $tree; |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 1 | public function get_config(array $settings) |
|
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | 5 | public function display(array $db_data, $editing = false) |
|
62 | } |
||
63 |