Example #1
0
 public static function registerCluster()
 {
     School::registerApplication();
     Lesson::registerApplication();
     //        Graduation::registerApplication();
     Main::getDisplay()->addClusterNavigation(new Link(new Link\Route(__NAMESPACE__), new Link\Name('Bildung')));
     Main::getDispatcher()->registerRoute(Main::getDispatcher()->createRoute(__NAMESPACE__, __CLASS__ . '::frontendDashboard'));
 }
 public static function registerCluster()
 {
     Main::getDisplay()->addClusterNavigation(new Link(new Link\Route(__NAMESPACE__ . '/Lesson'), new Link\Name('Bildung')));
     Lesson::registerApplication();
     Graduation::registerApplication();
 }