Class JDocumentRendererHead

Description

JDocument head renderer

  • since: 11.1

Located in /libraries/joomla/document/html/renderer/head.php (line 19)

JDocumentRenderer
   |
   --JDocumentRendererHead
Method Summary
 string fetchHead (JDocument $document)
 string render (string $head, [array $params = array()], [string $content = null])
Variables
Methods
fetchHead (line 53)

Generates the head HTML and return the results as a string

  • return: The head hTML
  • since: 11.1
  • access: public
string fetchHead (JDocument $document)
  • JDocument $document: The document for which the head will be created
render (line 34)

Renders the document head and returns the results as a string

  • return: The output of the script
  • since: 11.1
  • access: public
string render (string $head, [array $params = array()], [string $content = null])
  • string $head: (unused)
  • array $params: Associative array of values
  • string $content: The script

Redefinition of:
JDocumentRenderer::render()
Renders a script and returns the results as a string

Inherited Methods

Inherited From JDocumentRenderer

 JDocumentRenderer::__construct()
 JDocumentRenderer::getContentType()
 JDocumentRenderer::render()

Documentation generated on Tue, 19 Nov 2013 15:04:12 +0100 by phpDocumentor 1.4.3