JDocumentRendererHead
From Joomla! Documentation
Revision as of 05:55, 8 September 2008 by Chris Davenport (Talk | contribs)
JDocumentRendererHead is responsible for rendering the output for the <head> section of an HTML document. It is called whenever a <jdoc:include type="head" /> statement is encountered in the document template.
Contents |
Defined in
/libraries/joomla/document/renderer/head.php
Extends
Methods
| Method name | Description |
|---|---|
| fetchHead | Renders the document head and returns the result as a string. |
| render | Renders the document head and returns the result as a string. |
Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.