Esempio n. 1
0
 /**
  * @param ObjectManager $objectManager
  * @param ExampleFactoryInterface $exampleFactory
  * @param array $attributeTypes
  */
 public function __construct(ObjectManager $objectManager, ExampleFactoryInterface $exampleFactory, array $attributeTypes)
 {
     parent::__construct($objectManager, $exampleFactory);
     $this->attributeTypes = array_keys($attributeTypes);
 }