Exemple #1
0
 public function __construct(EntityManager $em, Logger $logger)
 {
     parent::__construct($em, Article::getClassName(), $logger);
     $this->articleDao = $em->getDao(Article::getClassName());
 }