Class JDocumentRendererHead

Description

JDocument head renderer

  • since: 11.1

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

JObject
   |
   --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()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:55:14 -0500 by phpDocumentor 1.4.4