Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_account_AccountPlaceholder Class Reference
Inheritance diagram for com_maileon_api_account_AccountPlaceholder:
com_maileon_api_xml_AbstractXMLWrapper

Public Member Functions

 __construct ($key=null, $value=null)
 
 fromXML ($xmlElement)
 
 toXML ()
 
 toString ()
 
- Public Member Functions inherited from com_maileon_api_xml_AbstractXMLWrapper
 fromXML ($xmlElement)
 
 fromXMLString ($xmlString)
 
 toXML ()
 
 toXMLString ()
 
 toString ()
 

Public Attributes

 $key
 
 $value
 

Detailed Description

The wrapper class for a Maileon account placeholder. This class wraps the XML structure.

Author
Marcus Beckerle | XQueue GmbH | marcus.beckerle@xqueue.com

Definition at line 8 of file AccountPlaceholder.php.

Constructor & Destructor Documentation

com_maileon_api_account_AccountPlaceholder::__construct (   $key = null,
  $value = null 
)

Constructor initializing default values.

Parameters
type$key
type$value

Definition at line 19 of file AccountPlaceholder.php.

Member Function Documentation

com_maileon_api_account_AccountPlaceholder::fromXML (   $xmlElement)

Initialization of the attachment from a simple xml element.

Parameters
SimpleXMLElement$xmlElementThe xml element that is used to parse the attachment from.

Definition at line 33 of file AccountPlaceholder.php.

com_maileon_api_account_AccountPlaceholder::toXML ( )

Creates the XML representation of an attachment

Returns

Definition at line 44 of file AccountPlaceholder.php.

com_maileon_api_account_AccountPlaceholder::toString ( )

Human readable representation of this wrapper.

Returns
string A human readable version of the mailing.

Definition at line 66 of file AccountPlaceholder.php.


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