예제 #1
0
 /**
  * @return App\Presenters\Error4xxPresenter
  */
 public function createServiceApplication__3()
 {
     $service = new App\Presenters\Error4xxPresenter();
     $service->injectPrimary($this, $this->getService('application.presenterFactory'), $this->getService('routing.router'), $this->getService('http.request'), $this->getService('http.response'), $this->getService('session.session'), $this->getService('security.user'), $this->getService('latte.templateFactory'));
     $service->invalidLinkMode = 5;
     return $service;
 }
 /**
  * @return App\Presenters\Error4xxPresenter
  */
 public function createServiceApplication__4()
 {
     $service = new App\Presenters\Error4xxPresenter();
     $service->injectPrimary($this, $this->getService('application.presenterFactory'), $this->getService('routing.router'), $this->getService('http.request'), $this->getService('http.response'), $this->getService('session.session'), $this->getService('security.user'), $this->getService('latte.templateFactory'));
     $service->invalidLinkMode = 1;
     $service->onShutdown = $this->getService('events.manager')->createEvent(array('App\\Presenters\\Error4xxPresenter', 'onShutdown'), $service->onShutdown, NULL, FALSE);
     return $service;
 }