API16

JSimpleXMLElement/name

From Joomla! Documentation

< API16:JSimpleXMLElement
Revision as of 21:06, 24 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Get the name of the element



Syntax[edit]

name()


Returns[edit]

string

Defined in[edit]

libraries/joomla/utilities/simplexml.php

Importing[edit]

jimport( 'joomla.utilities.simplexml' );

Source Body[edit]

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



Examples[edit]

Code Examples[edit]