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