Exemplo n.º 1
0
 /**
  * @param Application $application
  * @param ITemplateConfigurator $templateConfigurator
  */
 public function __construct(Application $application, ITemplateConfigurator $templateConfigurator)
 {
     parent::__construct();
     $this->application = $application;
     $this->templateConfigurator = $templateConfigurator;
 }
Exemplo n.º 2
0
 /**
  * @param Container $container
  */
 public function __construct(Container $container)
 {
     parent::__construct();
     $this->container = $container;
 }
Exemplo n.º 3
0
 /**
  * @param EventManager $eventManager
  */
 public function __construct(EventManager $eventManager)
 {
     parent::__construct();
     $this->eventManager = $eventManager;
 }