PHP Class Ojs\UserBundle\EventListener\UserEventListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode 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 méthode

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

getSubscribedEvents() public static méthode

{@inheritDoc}
public static getSubscribedEvents ( )

onChangePasswordCompleted() public méthode

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

onProfileEditCompleted() public méthode

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

onRegistrationCompleted() public méthode

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