API16:JDocumentXML/getName
From Joomla! Documentation
Description
Returns the document name
<! removed transcluded page call, red link never existed >
Syntax
getName()
Returns
string
Defined in
libraries/joomla/document/xml/xml.php
Importing
jimport( 'joomla.document.xml.xml' );
Source Body
public function getName() {
return $this->_name;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples