Esempio n. 1
0
 public function __construct()
 {
     $this->context = EnolaContext::getInstance();
     $this->app = $this->context->app;
     $this->request = $this->app->getRequest();
     $this->response = $this->app->getResponse();
 }