Ojs\CoreBundle\EventListener\CoreEventListener::__construct PHP Méthode

__construct() public méthode

public __construct ( Symfony\Component\Routing\RouterInterface $router, EntityManager $em, OjsMailer $ojsMailer )
$router Symfony\Component\Routing\RouterInterface
$em Doctrine\ORM\EntityManager
$ojsMailer Ojs\CoreBundle\Service\OjsMailer
    public function __construct(RouterInterface $router, EntityManager $em, OjsMailer $ojsMailer)
    {
        $this->router = $router;
        $this->em = $em;
        $this->ojsMailer = $ojsMailer;
    }