API16

API16:JSimpleXMLElement/data

From Joomla! Documentation

Description

Get the data of the element



Syntax

data()


Returns

string

Defined in

libraries/joomla/utilities/simplexml.php

Importing

jimport( 'joomla.utilities.simplexml' );

Source Body

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



Examples

Code Examples