class ReportDelivery extends Collection (View source)

Properties

protected $collection_key
bool $emailOwner
string $emailOwnerDeliveryType
string $message
protected $recipientsType
protected $recipientsDataType

Methods

setEmailOwner($emailOwner)

No description

bool
getEmailOwner()

No description

setEmailOwnerDeliveryType($emailOwnerDeliveryType)

No description

string
getEmailOwnerDeliveryType()

No description

setMessage($message)

No description

string
getMessage()

No description

setRecipients($recipients)

No description

getRecipients()

No description

Details

setEmailOwner($emailOwner)

No description

Parameters

$emailOwner

bool getEmailOwner()

No description

Return Value

bool

setEmailOwnerDeliveryType($emailOwnerDeliveryType)

No description

Parameters

$emailOwnerDeliveryType

string getEmailOwnerDeliveryType()

No description

Return Value

string

setMessage($message)

No description

Parameters

$message

string getMessage()

No description

Return Value

string

setRecipients($recipients)

No description

Parameters

$recipients

Recipient[] getRecipients()

No description

Return Value

Recipient[]