PHP Class Ojs\CoreBundle\EventListener\CoreEventListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Exibir arquivo Open project: ojs/ojs

Public Methods

Method Description
__construct ( Symfony\Component\Routing\RouterInterface $router, EntityManager $em, OjsMailer $ojsMailer )
getSubscribedEvents ( ) {@inheritDoc}
onInstall3Party ( CoreEvent $event )

Method Details

__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

getSubscribedEvents() public static method

{@inheritDoc}
public static getSubscribedEvents ( )

onInstall3Party() public method

public onInstall3Party ( CoreEvent $event )
$event Ojs\CoreBundle\Events\CoreEvent