Abstract base class for all XML wrapper elements.
- Author
- Felix Heinrichs | Trusted Mails GmbH | felix.heinrichs@trusted-mails.com
-
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com
Definition at line 9 of file AbstractXMLWrapper.php.
com_maileon_api_xml_AbstractXMLWrapper::fromXML |
( |
|
$xmlElement | ) |
|
|
abstract |
Initialization from a simple xml element.
- Parameters
-
SimpleXMLElement | $xmlElement | the SimpleXMLElement to initialize the object from |
com_maileon_api_xml_AbstractXMLWrapper::fromXMLString |
( |
|
$xmlString | ) |
|
Initialization from a xml serialized string.
- Parameters
-
string | $xmlString | the raw XML to initialize the object from |
Definition at line 25 of file AbstractXMLWrapper.php.
com_maileon_api_xml_AbstractXMLWrapper::toXML |
( |
| ) |
|
|
abstract |
Serialization to a simple XML element.
- Returns
- SimpleXMLElement contains the serialized representation of the object
com_maileon_api_xml_AbstractXMLWrapper::toXMLString |
( |
| ) |
|
Serialization to an XML string.
- Returns
- string contains the serialized representation of the object
Definition at line 46 of file AbstractXMLWrapper.php.
com_maileon_api_xml_AbstractXMLWrapper::toString |
( |
| ) |
|
|
abstract |
- Returns
- string a human-readable representation of the object
The documentation for this class was generated from the following file: