Example #1
0
 /**
  * alternative constructor
  *
  * @return void
  *
  * @throws \Exception
  */
 public function init()
 {
     // inject classes
     $this->manager = $this->objectManager->getInstance('\\Noa\\Interfaces\\ConfigurationManagerInterface');
     $this->request = $this->objectManager->getInstance('\\Noa\\Core\\Http\\Request');
     $this->response = $this->objectManager->getInstance('\\Noa\\Core\\Http\\Response');
     $this->sessionPath = $this->manager->getSessionPath();
 }