コード例 #1
0
 /**
  * Constructor
  *
  * @param ManagerRegistry           $registry
  * @param PropertyAccessorInterface $propertyAccessor
  */
 public function __construct(ManagerRegistry $registry, PropertyAccessorInterface $propertyAccessor = null)
 {
     parent::__construct($registry, $propertyAccessor);
 }
コード例 #2
0
ファイル: DatalistType.php プロジェクト: TomasJancauskas/HR
 /**
  * DatalistType constructor.
  * @param ManagerRegistry $managerRegistry
  */
 public function __construct(ManagerRegistry $managerRegistry)
 {
     parent::__construct($managerRegistry);
 }