Beispiel #1
0
 public function __construct(\Doctrine\ORM\EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SONAcl\\Entity\\Resource";
 }
 public function __construct(EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SONAcl\\Entity\\Role";
 }
Beispiel #3
0
 public function __construct(EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SYSEADModulo\\Entity\\Modulo";
 }
Beispiel #4
0
 public function __construct(EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SYSEADResposta\\Entity\\Resposta";
 }
Beispiel #5
0
 public function __construct(EntityManager $entityManager)
 {
     parent::__construct($entityManager);
     $this->entity = "SONAcl\\Entity\\Privilege";
 }
Beispiel #6
0
 public function __construct(EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SYSEADQuestao\\Entity\\Questao";
 }
Beispiel #7
0
 public function __construct(EntityManager $em, $view)
 {
     parent::__construct($em);
     $this->entity = "SYSEADCurso\\Entity\\Curso";
     $this->view = $view;
 }
Beispiel #8
0
 public function __construct(EntityManager $em, $view)
 {
     parent::__construct($em);
     $this->entity = "SYSEADProfessor\\Entity\\Professor";
     $this->view = $view;
 }
Beispiel #9
0
 public function __construct(EntityManager $em)
 {
     parent::__construct($em);
     $this->entity = "SYSEADAula\\Entity\\Aula";
 }