AbstractConsentResponse implements iConsentResponse
AbstractYes
Table of Contents
Interfaces
Constants
- APPLY_ACTION = true
- ORIGINATOR_ID = 'sender'
- REJECT_ACTION = false
Methods
- apply() : bool
- apply contact to send marketing messages
- loadData() : iConsentResponse
- load data for reject/apply actions
- reject() : bool
- deny contact to send marketing messages
Constants
APPLY_ACTION
public
mixed
APPLY_ACTION
= true
ORIGINATOR_ID
public
mixed
ORIGINATOR_ID
= 'sender'
REJECT_ACTION
public
mixed
REJECT_ACTION
= false
Methods
apply()
apply contact to send marketing messages
public
apply() : bool
Return values
boolloadData()
load data for reject/apply actions
public
abstract loadData(mixed $data) : iConsentResponse
Parameters
- $data : mixed
Return values
iConsentResponsereject()
deny contact to send marketing messages
public
reject() : bool