PHP 클래스 Sylius\Bundle\CoreBundle\EventListener\UserMailerListener

저자: Paweł Jędrzejewski ([email protected])
저자: Grzegorz Sadowski ([email protected])
상속: extends Sylius\Bundle\UserBundle\EventListener\MailerListener
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Mailer\Sender\SenderInterface $emailSender, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
sendUserRegistrationEmail ( Symfony\Component\EventDispatcher\GenericEvent $event )

보호된 메소드들

메소드 설명
sendEmail ( $user, $emailCode )

메소드 상세

__construct() 공개 메소드

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 sendEmail ( $user, $emailCode )

sendUserRegistrationEmail() 공개 메소드

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