Table of Contents
Methods
-
arrayToXml()
: DOMDocument
-
build()
: mixed
-
toXml()
: DOMDocument|DOMNode
arrayToXml()
public
static arrayToXml(DOMDocument $xml, DOMNode $node[, array<string|int, mixed> $array = [] ]) : DOMDocument
Parameters
-
$xml
: DOMDocument
-
-
$node
: DOMNode
-
-
$array
: array<string|int, mixed>
= []
-
-
static
-
Return values
DOMDocument
build()
public
static build() : mixed
toXml()
public
static toXml(mixed $xml) : DOMDocument|DOMNode
Parameters
-
$xml
: mixed
-
-
static
-
Return values
DOMDocument|DOMNode