コード例 #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');
 }