API16

API16:JSimpleXMLElement/name

From Joomla! Documentation

Description

Get the name of the element



Syntax

name()


Returns

string

Defined in

libraries/joomla/utilities/simplexml.php

Importing

jimport( 'joomla.utilities.simplexml' );

Source Body

function name() {
        return $this->_name;
}



Examples

Code Examples