Method |
Description |
|
_numeric ( array $array = [] ) : boolean |
Determines is an array is numerically indexed |
|
_toArray ( object $object ) : array |
SimpleXML Object to Array |
|
_toArrayValue ( $data, $key = '' ) |
|
|
_toXml ( array $array ) : string |
Recusively converts array to xml, itemizes numerically indexes arrays |
|
_toXmlValue ( $data ) |
|
|
_unitemize ( array $array ) : array |
Strips out - tags and nests children in sensible places
|
|
_xmlBeautify ( string $xml ) : string |
Takes unformatted xml string and beautifies it |
|