Ojs\AdminBundle\EventListener\AdminEventListener::__construct PHP Method

__construct() public method

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;
    }