JDocumentRendererModule::render
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocumentRendererModule::render[edit]
Description[edit]
Renders a module script and returns the results as a string.
public function render (
$module
$attribs=array
$content=null
)
Parameter | Type | Default | Description |
---|---|---|---|
$module | string | $name The name of the module to render | |
$attribs | 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/module.php
See also[edit]
JDocumentRendererModule::render source code on BitBucket
Class JDocumentRendererModule
Subpackage Document
- Other versions of JDocumentRendererModule::render
User contributed notes[edit]
Code Examples[edit]