PHP Class 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".
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 )
onNotImplementedSubscribedEvent ( NotImplementedSubscribedEvent $event ) On NotImplementedSubscribedEvent

Method Details

__construct() public method

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

onNotImplementedSubscribedEvent() public method

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

Property Details

$mailer protected_oe property

protected Swift_Mailer $mailer
return Swift_Mailer

$modulesSettings protected_oe property

protected ModulesSettings,Common $modulesSettings
return common\ModulesSettings