PHP Class Sylius\Bundle\CoreBundle\EventListener\UserMailerListener

Author: Paweł Jędrzejewski ([email protected])
Author: Grzegorz Sadowski ([email protected])
Inheritance: extends Sylius\Bundle\UserBundle\EventListener\MailerListener
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Component\Mailer\Sender\SenderInterface $emailSender, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
sendUserRegistrationEmail ( Symfony\Component\EventDispatcher\GenericEvent $event )

Méthodes protégées

Méthode Description
sendEmail ( $user, $emailCode )

Method Details

__construct() public méthode

public __construct ( Sylius\Component\Mailer\Sender\SenderInterface $emailSender, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
$emailSender Sylius\Component\Mailer\Sender\SenderInterface
$channelContext Sylius\Component\Channel\Context\ChannelContextInterface

sendEmail() protected méthode

protected sendEmail ( $user, $emailCode )

sendUserRegistrationEmail() public méthode

public sendUserRegistrationEmail ( Symfony\Component\EventDispatcher\GenericEvent $event )
$event Symfony\Component\EventDispatcher\GenericEvent