PHP Class Frontend\Modules\Mailmotor\Command\SubscriptionHandler

Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство Type Description
$modulesSettings common\ModulesSettings
$subscriber MailMotor\Bundle\MailMotorBundle\Helper\Subscriber

Méthodes publiques

Méthode Description
__construct ( MailMotor\Bundle\MailMotorBundle\Helper\Subscriber $subscriber, ModulesSettings $modulesSettings ) SubscriptionHandler constructor.
handle ( Subscription $subscription ) Handle

Method Details

__construct() public méthode

SubscriptionHandler constructor.
public __construct ( MailMotor\Bundle\MailMotorBundle\Helper\Subscriber $subscriber, ModulesSettings $modulesSettings )
$subscriber MailMotor\Bundle\MailMotorBundle\Helper\Subscriber
$modulesSettings common\ModulesSettings

handle() public méthode

Handle
public handle ( Subscription $subscription )
$subscription Subscription

Property Details

$modulesSettings protected_oe property

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

$subscriber protected_oe property

protected Subscriber,MailMotor\Bundle\MailMotorBundle\Helper $subscriber
Résultat MailMotor\Bundle\MailMotorBundle\Helper\Subscriber