'app_teamer_index', 'title' => 'Einsatzübersicht', 'icon' => 'calendar', 'hideChildren' => true, 'children' => [ [ 'route' => 'app_teamer_assignment', 'title' => 'Einsatzdetails', 'routeParameters' => $this->getDefaultRouteParameters('uuid'), ] ], ], [ 'route' => false, 'title' => 'Mein Profil', 'icon' => 'profile', 'children' => [ [ 'route' => 'app_teamer_profile_index', 'title' => 'Stammdaten und Foto', ], [ 'route' => 'app_teamer_profile_skills', 'title' => 'Jobprofile & Skills', ], [ 'route' => 'app_teamer_profile_availability_index', 'title' => 'Meine Verfügbarkeit', ], ], ], [ 'route' => false, 'title' => 'Meine Einsätze', 'icon' => 'bus', 'children' => [# [ 'route' => 'app_teamer_bookmark_index', 'title' => 'Merkliste', 'children' => [ [ 'route' => 'app_teamer_assignment', 'title' => 'Einsatzdetails', 'routeParameters' => $this->getDefaultRouteParameters('uuid'), ] ], ], [ 'route' => 'app_teamer_application_index', 'title' => 'Offene Bewerbungen', ], [ 'route' => 'app_teamer_disposition_upcoming', 'title' => 'Nächste Einsätze', ], [ 'route' => 'app_teamer_disposition_recent', 'title' => 'Letzte Einsätze', ], ], ], [ 'route' => false, 'title' => 'FAQ & Kontakt', 'icon' => 'info', 'children' => [ [ 'route' => 'app_teamer_faq', 'title' => 'FAQ', ], [ 'route' => 'app_teamer_contact', 'title' => 'Kontakt', ], ], ], ]; $menu = $this->createMenu($menuItems); $this->addDivider($menu); $this->addAdminItem($menu); $this->addDivider($menu); $this->addLogoutItem($menu); return $menu; } }