Exemplo n.º 1
0
 public function __construct($em, $app)
 {
     parent::__construct($em, $app);
 }
Exemplo n.º 2
0
 function __construct($em, $app)
 {
     parent::__construct($em, $app);
     $this->repo = $em->getRepository('scrum\\ScotchLodge\\Entities\\Country');
 }