API17

Difference between revisions of "JDocumentHTML::getHeadData"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JDocumentHTML->getHeadData ()
+
public JDocumentHTML::getHeadData ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
array The document head data in array form
 
array The document head data in array form
 
===Defined in===
 
===Defined in===
libraries/joomla/document/html/html.php
+
libraries/joomla/document/html/html.php (line 83)
 +
* see source code in [[jplatform:document/html/html.php#cl-83|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:22, 23 April 2011

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.

Joomla 11.1 JDocumentHTML::getHeadData[edit]

Description[edit]

Get the html document head data.

Template:Description:JDocumentHTML::getHeadData [Edit Descripton]

Synopsis[edit]

public JDocumentHTML::getHeadData ()

Returns[edit]

array The document head data in array form

Defined in[edit]

libraries/joomla/document/html/html.php (line 83)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDocumentHTML::getHeadData

Examples[edit]

<CodeExamplesForm />