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

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

onNotImplementedUnsubscribedEvent() 공개 메소드

On NotImplementedUnsubscribedEvent
public onNotImplementedUnsubscribedEvent ( NotImplementedUnsubscribedEvent $event )
$event Frontend\Modules\Mailmotor\Event\NotImplementedUnsubscribedEvent

프로퍼티 상세

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

protected Swift_Mailer $mailer
리턴 Swift_Mailer

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

protected ModulesSettings,Common $modulesSettings
리턴 common\ModulesSettings