PHP Class Ojs\UserBundle\EventListener\UserEventListener

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

Public Methods

Method Description
__construct ( Symfony\Component\Routing\RouterInterface $router, OjsMailer $ojsMailer )
getSubscribedEvents ( ) {@inheritDoc}
onChangePasswordCompleted ( FOS\UserBundle\Event\GetResponseUserEvent $event )
onProfileEditCompleted ( FOS\UserBundle\Event\GetResponseUserEvent $event )
onRegistrationCompleted ( FOS\UserBundle\Event\FilterUserResponseEvent $event )

Method Details

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $router, OjsMailer $ojsMailer )
$router Symfony\Component\Routing\RouterInterface
$ojsMailer Ojs\CoreBundle\Service\OjsMailer

getSubscribedEvents() public static method

{@inheritDoc}
public static getSubscribedEvents ( )

onChangePasswordCompleted() public method

public onChangePasswordCompleted ( FOS\UserBundle\Event\GetResponseUserEvent $event )
$event FOS\UserBundle\Event\GetResponseUserEvent

onProfileEditCompleted() public method

public onProfileEditCompleted ( FOS\UserBundle\Event\GetResponseUserEvent $event )
$event FOS\UserBundle\Event\GetResponseUserEvent

onRegistrationCompleted() public method

public onRegistrationCompleted ( FOS\UserBundle\Event\FilterUserResponseEvent $event )
$event FOS\UserBundle\Event\FilterUserResponseEvent