PHP Class Frontend\Modules\Mailmotor\Command\UnsubscriptionHandler

Datei anzeigen Open project: forkcms/forkcms

Protected Properties

Property Type Description
$subscriber MailMotor\Bundle\MailMotorBundle\Helper\Subscriber

Public Methods

Method Description
__construct ( MailMotor\Bundle\MailMotorBundle\Helper\Subscriber $subscriber ) UnsubscriptionHandler constructor.
handle ( Unsubscription $unsubscription ) Handle

Method Details

__construct() public method

UnsubscriptionHandler constructor.
public __construct ( MailMotor\Bundle\MailMotorBundle\Helper\Subscriber $subscriber )
$subscriber MailMotor\Bundle\MailMotorBundle\Helper\Subscriber

handle() public method

Handle
public handle ( Unsubscription $unsubscription )
$unsubscription Unsubscription

Property Details

$subscriber protected_oe property

protected Subscriber,MailMotor\Bundle\MailMotorBundle\Helper $subscriber
return MailMotor\Bundle\MailMotorBundle\Helper\Subscriber