| 1 | <?php |
||
| 5 | class NavMenuPresenter extends NavbarPresenter |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * {@inheritdoc }. |
||
| 9 | */ |
||
| 10 | public function getOpenTagWrapper() |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc }. |
||
| 17 | */ |
||
| 18 | public function getMenuWithDropDownWrapper($item) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get multilevel menu wrapper. |
||
| 34 | * |
||
| 35 | * @param \Nwidart\Menus\MenuItem $item |
||
| 36 | * |
||
| 37 | * @return string` |
||
|
|
|||
| 38 | */ |
||
| 39 | public function getMultiLevelDropdownWrapper($item) |
||
| 52 | } |
||
| 53 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.