\XmlMaker

Help to construct a XML file.

Summary

Methods
Properties
Constants
__construct()
push()
element()
emptyElement()
collapseElement()
pop()
getXml()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
indent()
$xml
$indent
$stack
$breakLine
N/A

Properties

$xml

$xml : 

Type

$indent

$indent : 

Type

$stack

$stack : 

Type

$breakLine

$breakLine : 

Type

Methods

__construct()

__construct(  $indent = "  ",   $breakLine = TRUE) 

Parameters

$indent
$breakLine

push()

push(  $element,   $attributes = array()) 

Parameters

$element
$attributes

element()

element(  $element,   $content,   $attributes = array()) 

Parameters

$element
$content
$attributes

emptyElement()

emptyElement(  $element,   $attributes = array()) 

Parameters

$element
$attributes

collapseElement()

collapseElement(  $element,   $attributes = array()) 

Parameters

$element
$attributes

pop()

pop() 

getXml()

getXml() 

indent()

indent()