The property title does not exist on KyleMassacre\Menus\Contracts\MenuItemContract. Since you implemented __get, consider adding a @property annotation.
Loading history...
33
}
34
35
/**
36
* {@inheritdoc }
37
*/
38
public function getActiveState(MenuItemContract $item): ?string
The property title does not exist on KyleMassacre\Menus\Contracts\MenuItemContract. Since you implemented __get, consider adding a @property annotation.
Loading history...
58
<ul class="menu">
59
' . $this->getChildMenuItems($item) . '
60
</ul>
61
</li>' . PHP_EOL;
62
}
63
64
/**
65
* {@inheritdoc }
66
*/
67
public function getMultiLevelDropdownWrapper($item): string