Example #1
0
 /**
  * Controller constructor
  *
  * @param Request $request
  */
 public function __construct(Application $application)
 {
     $this->application = $application;
     $this->request = $this->application->getRequest();
     self::$currentController = $this;
 }