API16

API16:JDocumentJSON/getName

From Joomla! Documentation

Revision as of 22:45, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Returns the document name <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Returns the document name

[Edit Descripton]

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 />