![]() |
Maileon PHP client
1.5.0
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($type, $subtype, $name, $option, $value) | |
Public Attributes | |
$type | |
$subtype | |
$name | |
$option | |
$value | |
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.
Definition at line 10 of file FieldBackup.php.
com_maileon_api_reports_FieldBackup::__construct | ( | $type, | |
$subtype, | |||
$name, | |||
$option, | |||
$value | |||
) |
Constructor initializing a field backup
String | $type | Indicates the type of the contact field. Supported values are: "standard", "custom" (custom contact fields) and "event" (contact event properties) |
String | $subtype | Backup instructions of type 'event' require a subtype field containing the event type |
String | $name | The name of the field |
String | $option | |
String | $value | the value of the backuped field |
Definition at line 32 of file FieldBackup.php.