API17:JDocumentError::render
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JDocumentError::render ($cache=false, $params=array()) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 33: | Line 33: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/document/error/error.php | + | libraries/joomla/document/error/error.php (line 75) |
| + | * see source code in [[jplatform:document/error/error.php#cl-75|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:21, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentError::render
Description
Render the document.
Description:JDocumentError::render [Edit Descripton]
Synopsis
public JDocumentError::render ($cache=false, $params=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $cache | boolean | false | If true, cache the output |
| $params | array | array() | Associative array of attributes |
Returns
Defined in
libraries/joomla/document/error/error.php (line 75)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentError::render
Examples
<CodeExamplesForm />
