XMLExporter
in package
Table of Contents
- $doc : mixed
- $xml : mixed
- $xmlDeclaration : mixed
- __construct() : mixed
- loadCustomer() : mixed
- toXML() : string
Properties
$doc
private
mixed
$doc
= []
$xml
private
mixed
$xml
= []
$xmlDeclaration
private
mixed
$xmlDeclaration
= '<?xml version="1.0" encoding="utf-8" ?>'
Methods
__construct()
public
__construct() : mixed
Return values
mixed —loadCustomer()
public
loadCustomer(mixed $id_k) : mixed
Parameters
- $id_k : mixed
Return values
mixed —toXML()
public
toXML([string $docname = null ]) : string
Parameters
- $docname : string = null
-
One of the $this->doc array
Return values
string —the generated xml