JDocumentRendererHead::render/1.5
From Joomla! Documentation
JDocumentRendererHead::render
Description
Renders the document head and returns the results as a string.
Description:JDocumentRendererHead::render [Edit Descripton]
public function render ( $head=null $params=array $content=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $head | string | null | $name (unused) |
| $params | array | array() | Associative array of values |
| $content | null |
- Returns string The output of the script
- Defined on line 36 of libraries/joomla/document/html/renderer/head.php
See also
-
JDocumentRendererHead::render on api.joomla.org
-
JDocumentRendererHead source code on JoomlaCode
-
Class JDocumentRendererHead
-
Subpackage Document
- Other versions of JDocumentRendererHead::render
SeeAlso:JDocumentRendererHead::render [Edit See Also]
User contributed notes
<CodeExamplesForm />