API16

API16:JSimpleXMLElement/data

From Joomla! Documentation

Revision as of 22:56, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the data of the element <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the data of the element

[Edit Descripton]

Template:Description:JSimpleXMLElement/data

Syntax

data()


Returns

string

Defined in

libraries/joomla/utilities/simplexml.php

Importing

jimport( 'joomla.utilities.simplexml' );

Source Body

function data() {
        return $this->_data;
}

[Edit See Also] Template:SeeAlso:JSimpleXMLElement/data

Examples

<CodeExamplesForm />