コード例 #1
0
ファイル: CommentService.php プロジェクト: fuca/sportsclub
 public function __construct(EntityManager $em)
 {
     parent::__construct($em, Comment::getClassName());
     $this->commentDao = $em->getDao(Comment::getClassName());
 }