Example #1
0
 /**
  * @return App\Presenters\HomepagePresenter
  */
 public function createServiceApplication__4()
 {
     $service = new App\Presenters\HomepagePresenter();
     $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\HomepagePresenter
  */
 public function createServiceApplication__3()
 {
     $service = new App\Presenters\HomepagePresenter($this->getService('26_App_Model_ImportTimeManager'), $this->getService('database.default.context'));
     $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\HomepagePresenter
  */
 public function createServiceApplication__3()
 {
     $service = new App\Presenters\HomepagePresenter();
     $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\\HomepagePresenter', 'onShutdown'), $service->onShutdown, NULL, FALSE);
     return $service;
 }
 /**
  * @return App\Presenters\HomepagePresenter
  */
 public function createServiceApplication__6()
 {
     $service = new App\Presenters\HomepagePresenter($this->getService('40_App_Model_Database'));
     $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->photoDeleteFactory = $this->getService('32_App_Forms_PhotoDeleteFormFactory');
     $service->photoEditFactory = $this->getService('33_App_Forms_PhotoEditFormFactory');
     $service->productDeleteFactory = $this->getService('34_App_Forms_ProductDeleteFormFactory');
     $service->productFactory = $this->getService('35_App_Forms_ProductFormFactory');
     $service->invalidLinkMode = 5;
     return $service;
 }