VirtueMart
3.2.14.9808
|
Namespaces | |
Base | |
Functions | |
__autoload ($class_name) | |
EnsureIsArray ($obj) | |
xml_pretty_printer ($xml, $html_output=FALSE) | |
getDefaultDate () | |
getCurrentDate () | |
__autoload | ( | $class_name | ) |
Defines class loading search path.
EnsureIsArray | ( | $obj | ) |
getCurrentDate | ( | ) |
getDefaultDate | ( | ) |
xml_pretty_printer | ( | $xml, | |
$html_output = FALSE |
|||
) |
Takes xml as a string and returns it nicely indented
string | $xml | The xml to beautify |
boolean | $html_output | If the xml should be formatted for display on an html page |