예제 #1
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TipoItemOcorrencia";
     parent::__construct($em, $sm);
 }
예제 #2
0
파일: Uf.php 프로젝트: Rodrigojorge/frota
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\Uf";
     parent::__construct($em, $sm);
 }
예제 #3
0
 public function __construct(EntityManager $em, $sm)
 {
     $this->entity = "Frota\\Model\\Entity\\TransferenciaVeiculo";
     parent::__construct($em, $sm);
 }