Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_reports_FieldBackup Class Reference

Public Member Functions

 __construct ($type, $subtype, $name, $option, $value)
 

Public Attributes

 $type
 
 $subtype
 
 $name
 
 $option
 
 $value
 

Detailed Description

Field Backups are the values of contact fields that have been backed up for mailings because of a backup instruction. Note that this only applies for non anonymizable field backups.

Author
Viktor Balogh (Wiera)
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com

Definition at line 10 of file FieldBackup.php.

Constructor & Destructor Documentation

com_maileon_api_reports_FieldBackup::__construct (   $type,
  $subtype,
  $name,
  $option,
  $value 
)

Constructor initializing a field backup

Parameters
String$typeIndicates the type of the contact field. Supported values are: "standard", "custom" (custom contact fields) and "event" (contact event properties)
String$subtypeBackup instructions of type 'event' require a subtype field containing the event type
String$nameThe name of the field
String$option
String$valuethe value of the backuped field

Definition at line 32 of file FieldBackup.php.


The documentation for this class was generated from the following file: