/**
  * Constructor
  *
  * @param ManagerRegistry           $registry
  * @param PropertyAccessorInterface $propertyAccessor
  */
 public function __construct(ManagerRegistry $registry, PropertyAccessorInterface $propertyAccessor = null)
 {
     parent::__construct($registry, $propertyAccessor);
 }
예제 #2
0
 /**
  * DatalistType constructor.
  * @param ManagerRegistry $managerRegistry
  */
 public function __construct(ManagerRegistry $managerRegistry)
 {
     parent::__construct($managerRegistry);
 }