API16:JDocumentJSON/getName
From Joomla! Documentation
Description
Returns the document name
Template:Description:JDocumentJSON/getName
Syntax
getName()
Returns
string
Defined in
libraries/joomla/document/json/json.php
Importing
jimport( 'joomla.document.json.json' );
Source Body
public function getName() {
return $this->_name;
}
[Edit See Also] Template:SeeAlso:JDocumentJSON/getName
Examples
<CodeExamplesForm />