![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($id=null, $name=null, $attributes=array(), $archivingDuration=null) | |
fromXML ($xmlElement) | |
toString () | |
toXML () | |
toXMLString () | |
![]() | |
fromXML ($xmlElement) | |
fromXMLString ($xmlString) | |
toXML () | |
toXMLString () | |
toString () | |
Public Attributes | |
$id | |
$name | |
$attributes | |
$archivingDuration | |
Wrapper class for Maileon transaction types.
Definition at line 9 of file TransactionType.php.
com_maileon_api_transactions_TransactionType::__construct | ( | $id = null , |
|
$name = null , |
|||
$attributes = array() , |
|||
$archivingDuration = null |
|||
) |
Creates a new transaction type object.
string | $id | the ID of the transaction type |
string | $name | the name of the transaction type |
array | $attributes | an array of com_maileon_api_transactions_AttributeType attributes associated with the transaction |
integer | $archivingDuration | Archiving duration in days [1..n] after which the transaction events will be deleted, 0 and empty = forever (default) |
Definition at line 47 of file TransactionType.php.
com_maileon_api_transactions_TransactionType::fromXML | ( | $xmlElement | ) |
Initializes this transaction type from an XML representation.
SimpleXMLElement | $xmlElement | the serialized XML representation to use |
Definition at line 65 of file TransactionType.php.
com_maileon_api_transactions_TransactionType::toString | ( | ) |
Definition at line 88 of file TransactionType.php.
com_maileon_api_transactions_TransactionType::toXML | ( | ) |
Definition at line 108 of file TransactionType.php.
com_maileon_api_transactions_TransactionType::toXMLString | ( | ) |
Definition at line 136 of file TransactionType.php.