API17

JDocumentJSON

From Joomla! Documentation

Revision as of 17:51, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JDocumentJSON

Defined in[edit]

libraries/joomla/document/json/json.php

Subpackage[edit]

Document

Extends[edit]

JDocument

Extended by[edit]

Methods[edit]

Method name Description
__construct Class constructor.
getHeadData Get the document head data.
getName Returns the document name.
render Render the document.
setHeadData Set the document head data.
setName Sets the document name.

Importing[edit]

jimport( 'joomla.document.json.json' );

See also[edit]

Template:SeeAlso:JDocumentJSON [Edit See Also]

Examples[edit]

<CodeExamplesForm />