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

Method Details

__construct() public méthode

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

onNotImplementedSubscribedEvent() public méthode

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

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