API16

API16:JDocumentJSON/getName

From Joomla! Documentation

Revision as of 13:53, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

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

<CodeExamplesForm />