コード例 #1
0
 /**
  *
  * @param \Doctrine\ORM\EntityManagerInterface $entityManager
  */
 public function __construct(EntityManagerInterface $entityManager)
 {
     parent::__construct($entityManager);
 }
コード例 #2
0
 public function __construct($entityManager)
 {
     parent::__construct($entityManager);
 }