PHP 클래스 Frontend\Modules\Mailmotor\EventListener\NewNotImplementedMailingListSubscription

This will send a mail to the administrator to let them know that they have to manually subscribe a person. Because the mail engine is "not_implemented".
파일 보기 프로젝트 열기: forkcms/forkcms

보호된 프로퍼티들

프로퍼티 타입 설명
$mailer Swift_Mailer
$modulesSettings common\ModulesSettings

공개 메소드들

메소드 설명
__construct ( Swift_Mailer $mailer, ModulesSettings $modulesSettings )
onNotImplementedSubscribedEvent ( NotImplementedSubscribedEvent $event ) On NotImplementedSubscribedEvent

메소드 상세

__construct() 공개 메소드

public __construct ( Swift_Mailer $mailer, ModulesSettings $modulesSettings )
$mailer Swift_Mailer
$modulesSettings common\ModulesSettings

onNotImplementedSubscribedEvent() 공개 메소드

On NotImplementedSubscribedEvent
public onNotImplementedSubscribedEvent ( NotImplementedSubscribedEvent $event )
$event Frontend\Modules\Mailmotor\Event\NotImplementedSubscribedEvent

프로퍼티 상세

$mailer 보호되어 있는 프로퍼티

protected Swift_Mailer $mailer
리턴 Swift_Mailer

$modulesSettings 보호되어 있는 프로퍼티

protected ModulesSettings,Common $modulesSettings
리턴 common\ModulesSettings