Example #1
0
 /**
  * Menu builder for the invoice index.
  *
  * @param ItemInterface $menu
  */
 public function topMenu(ItemInterface $menu)
 {
     $menu->addChild(InvoiceMenu::main());
 }