references:joomla.framework:document:jdocument-fetchheadfetchHead
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. Syntaxstring fetchHead () ExamplesExample global $mainframe; $document = &JFactory::getDocument(); $head = $document->fetchHead(); This function in the JDocument class returns an empty string. |


