API17:JDocumentRendererMessage::render
From Joomla! Documentation
JDocumentRendererMessage::render
Description
Renders the error stack and returns the results as a string.
public function render (
$name
$params=array
$content=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | (unused) | |
| $params | array | array() | Associative array of values |
| $content | null |
- Returns string The output of the script
- Defined on line 30 of libraries/joomla/document/html/renderer/message.php
See also
JDocumentRendererMessage::render source code on BitBucket
Class JDocumentRendererMessage
Subpackage Document- Other versions of JDocumentRendererMessage::render
User contributed notes
Code Examples