Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
name () | |
asFormattedXML ($compressed=false, $indent="\t", $level=0) |
Définition à la ligne 22 du fichier xmlelement.php.
JXMLElement::asFormattedXML | ( | $compressed = false , |
|
$indent = "\t" , |
|||
$level = 0 |
|||
) |
Return a well-formed XML string based on SimpleXML element
boolean | $compressed | Should we use indentation and newlines ? |
string | $indent | Indention character. |
integer | $level | The level within the document which informs the indentation. |
Définition à la ligne 50 du fichier xmlelement.php.
Références JLog\add(), et JLog\WARNING.
JXMLElement::name | ( | ) |
Get the name of the element.
Définition à la ligne 32 du fichier xmlelement.php.
Références JLog\add(), et JLog\WARNING.