API16:JXMLElement/data
From Joomla! Documentation
Description
LEGACY - Gets the element 'data'.
Template:Description:JXMLElement/data
Syntax
data()
Returns
string
Defined in
libraries/joomla/utilities/xmlelement.php
Importing
jimport( 'joomla.utilities.xmlelement' );
Source Body
public function data()
{
return (string)$this;
}
[Edit See Also] Template:SeeAlso:JXMLElement/data
Examples
<CodeExamplesForm />
demo.xml
Ausgabe: