Support Joomla!

references:joomla.framework:document:jdocument-fetchhead

Table of Contents

fetchHead

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Document Class JDocument Method fetchHead Reference fetchHead() Never Work in Progress

This function is used to return the document head. It is an abstract function and can be overriden by a subclass to provide this functionality.

Syntax

string fetchHead ()

Examples

Example

global $mainframe;

$document = &JFactory::getDocument();
$head = $document->fetchHead();

This function in the JDocument class returns an empty string.

 
references/joomla.framework/document/jdocument-fetchhead.txt (797 views) · Last modified: 2007/08/15 15:03