/**
  * @return App\Presenters\SignPresenter
  */
 public function createServiceApplication__1()
 {
     $service = new App\Presenters\SignPresenter();
     $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->injectBaseModels($this->getService('tasksModel'), $this->getService('showModel'), $this->getService('createModel'));
     $service->invalidLinkMode = 1;
     return $service;
 }
Example #2
0
 /**
  * @return App\Presenters\SignPresenter
  */
 public function createServiceApplication__1()
 {
     $service = new App\Presenters\SignPresenter();
     $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->factory = $this->getService('25_App_Forms_SignFormFactory');
     $service->invalidLinkMode = 5;
     return $service;
 }
 /**
  * @return App\Presenters\SignPresenter
  */
 public function createServiceApplication__3()
 {
     $service = new App\Presenters\SignPresenter();
     $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;
     $service->onShutdown = $this->getService('events.manager')->createEvent(array('App\\Presenters\\SignPresenter', 'onShutdown'), $service->onShutdown, NULL, FALSE);
     return $service;
 }