Beispiel #1
0
 function __construct(EntityManager $em, Logger $logger)
 {
     parent::__construct($em, Event::getClassName(), $logger);
     $this->eventDao = $em->getDao(Event::getClassName());
     $this->participationDao = $em->getDao(EventParticipation::getClassName());
 }