Example #1
0
 /**
  * Configuration constructor.
  *
  * @param ContainerInterface $container
  */
 public function __construct(ContainerInterface $container)
 {
     parent::__construct($container);
     $this->ah = $this->getContainer()->get('itf.admin_helper');
     $this->config = $this->getContainer()->getParameter('itf_admin');
     // set bundle config
     $this->refreshConfig();
 }
Example #2
0
 public function __construct(ContainerInterface $container)
 {
     parent::__construct($container);
     $this->fieldMappings = new ArrayCollection();
     $this->qb_alias_reference = new ArrayCollection();
 }