Пример #1
0
 /**
  * controller defined in the successful route
  *
  * @return ControllerEntity the controller defined by the route
  */
 public function getController()
 {
     $this->controller->setParameters($this->parameters);
     return $this->controller;
 }