API16

API16:JDocumentJSON/getHeadData

From Joomla! Documentation

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

Description

Get the document head data

[Edit Descripton]

Template:Description:JDocumentJSON/getHeadData

Syntax

getHeadData()


Returns

array The document head data in array form

Defined in

libraries/joomla/document/json/json.php

Importing

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

Source Body

public function getHeadData()
{
}

[Edit See Also] Template:SeeAlso:JDocumentJSON/getHeadData

Examples

<CodeExamplesForm />