JDocument/getHeadData: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 29: | Line 29: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=getHeadData | category=getHeadData | ||
category=JDocument | category=JDocument | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 01:31, 25 March 2017
Description
Get the document head data
<! removed transcluded page call, red link never existed >
Syntax
getHeadData()
Returns
array The document head data in array form
Defined in
libraries/joomla/document/document.php
Importing
jimport( 'joomla.document.document' );
Source Body
function getHeadData() {
// Impelemented in child classes
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples