-
Notifications
You must be signed in to change notification settings - Fork 2
BootstrapMenu
Viames Marino edited this page Feb 23, 2026
·
1 revision
Pair\Html\BootstrapMenu extends Menu with Bootstrap-oriented rendering helpers.
Protected rendering methods:
renderDropdown(MenuEntry $entry): stringrenderSeparator(MenuEntry $entry): stringrenderSingle(MenuEntry $entry): string
$menu = new \Pair\Html\BootstrapMenu();
$menu->add('Home', '/');
$menu->add('Products', '/products');
echo $menu->render();- Uses
MenuEntryobjects to represent nodes. - Designed for Bootstrap HTML class conventions.