Ejemplo n.º 1
0
 /**
  * @param LeConfigObjectBuilder $container
  * @param LeQuest $leQuest
  * @throws Exception
  */
 public function __construct()
 {
     parent::__construct();
     $this->configControllerContainerKey = new LeConfigObjectBuilder();
 }
Ejemplo n.º 2
0
 /**
  * @param LeConfigObjectBuilder $container
  * @param LeQuestInterface $leQuest
  * @throws Exception
  */
 public function __construct(LeConfigObjectBuilder $container, LeQuestInterface $leQuest)
 {
     parent::__construct($container, $leQuest);
     $this->configControllerContainerKey = $this->getContainerKey($container);
 }
Ejemplo n.º 3
0
 public function __construct($objectBuilder)
 {
     parent::__construct($objectBuilder);
 }