/**
  *
  * @param \Doctrine\ORM\EntityManagerInterface $entityManager
  */
 public function __construct(EntityManagerInterface $entityManager)
 {
     parent::__construct($entityManager);
 }
예제 #2
0
 public function __construct($entityManager)
 {
     parent::__construct($entityManager);
 }