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".
Datei anzeigen Open project: forkcms/forkcms

Protected Properties

Property Type Description
$mailer Swift_Mailer
$modulesSettings common\ModulesSettings

Public Methods

Method Description
__construct ( Swift_Mailer $mailer, ModulesSettings $modulesSettings )
onNotImplementedUnsubscribedEvent ( NotImplementedUnsubscribedEvent $event ) On NotImplementedUnsubscribedEvent

Method Details

__construct() public method

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

onNotImplementedUnsubscribedEvent() public method

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

Property Details

$mailer protected_oe property

protected Swift_Mailer $mailer
return Swift_Mailer

$modulesSettings protected_oe property

protected ModulesSettings,Common $modulesSettings
return common\ModulesSettings