get('menu.main'); $menu ->find('Monitoring') ->getSubMenu() ->add( (new \CMenuItem('1st Module'))->setAction('first.module') ); } }