| 1 | <?php |
||
| 18 | class links extends menu_block |
||
| 19 | { |
||
| 20 | /** @var \phpbb\user */ |
||
| 21 | protected $user; |
||
| 22 | |||
| 23 | /** @var \blitze\sitemaker\services\menus\display */ |
||
| 24 | protected $tree; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 1 | public function get_config(array $settings) |
|
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | 5 | public function display(array $db_data, $editing = false) |
|
| 64 | } |
||
| 65 |