get('menu.main'); $menu ->find('Monitoring') ->getSubMenu() ->add( (new \CMenuItem('2nd Module'))->setAction('second.module') ); } }