Frontend\Modules\Mailmotor\Command\UnsubscriptionHandler::__construct PHP Method

__construct() public method

UnsubscriptionHandler constructor.
public __construct ( MailMotor\Bundle\MailMotorBundle\Helper\Subscriber $subscriber )
$subscriber MailMotor\Bundle\MailMotorBundle\Helper\Subscriber
    public function __construct(Subscriber $subscriber)
    {
        $this->subscriber = $subscriber;
    }
UnsubscriptionHandler