PHP Class 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".
Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство Type Description
$mailer Swift_Mailer
$modulesSettings common\ModulesSettings

Méthodes publiques

Méthode Description
__construct ( Swift_Mailer $mailer, ModulesSettings $modulesSettings )
onNotImplementedUnsubscribedEvent ( NotImplementedUnsubscribedEvent $event ) On NotImplementedUnsubscribedEvent

Method Details

__construct() public méthode

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

onNotImplementedUnsubscribedEvent() public méthode

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

Property Details

$mailer protected_oe property

protected Swift_Mailer $mailer
Résultat Swift_Mailer

$modulesSettings protected_oe property

protected ModulesSettings,Common $modulesSettings
Résultat common\ModulesSettings