Beispiel #1
0
 /**
  * Starts the Loader and loads the right object in base of the routing
  *
  * @return void
  */
 public function run()
 {
     $this->loadRouting();
     $this->container->get('loader')->run();
 }