![]() |
Maileon PHP client
1.5.0
Easily integrate your PHP application with Maileon.
|
Static Public Member Functions | |
static | appendChild (SimpleXMLElement $to, SimpleXMLElement $from) |
static | addChildAsCDATA ($parent, $name, $value=NULL) |
Utility class for XML elements
Definition at line 10 of file XMLUtils.php.
|
static |
This function appends one SimpleXMLElement to another one as addChild does not support deep copies
\SimpleXMLElement | $to | |
\SimpleXMLElement | $from |
Definition at line 18 of file XMLUtils.php.
|
static |
Adds a child with $value inside CDATA
unknown | $name | |
unknown | $value |
Definition at line 30 of file XMLUtils.php.