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".
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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