JDocumentJSON/getName: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 29: | Line 29: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=getName | category=getName | ||
category=JDocumentJSON | category=JDocumentJSON | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 01:33, 25 March 2017
Description
Returns the document name
<! removed transcluded page call, red link never existed >
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;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples