JDocumentHTML::render/1.5
From Joomla! Documentation
JDocumentHTML::render
Description
Outputs the template to the browser.
Description:JDocumentHTML::render [Edit Descripton]
public function render ( $caching=false $params=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $caching | boolean | false | $cache If true, cache the output |
| $params | array | array() | Associative array of attributes |
- Returns The rendered data
- Defined on line 218 of libraries/joomla/document/html/html.php
See also
-
JDocumentHTML::render on api.joomla.org
-
JDocumentHTML source code on JoomlaCode
-
Class JDocumentHTML
-
Subpackage Document
- Other versions of JDocumentHTML::render
SeeAlso:JDocumentHTML::render [Edit See Also]
User contributed notes
<CodeExamplesForm />