API17:JDocumentRendererModule::render
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererModule::render|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererModule::render|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function render ( |
| + | $module | ||
| + | $attribs=array | ||
| + | $content=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The output of the script | |
| − | string The output of the script | + | * '''Defined''' on line 30 of libraries/joomla/document/html/renderer/module.php |
| − | + | ||
| − | libraries/joomla/document/html/renderer/module.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDocumentRendererModule::render source code''' on [[jplatform:document/html/renderer/module.php#cl-22|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDocumentRendererModule/11.1|JDocumentRendererModule]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentRendererModule::render|Other versions of JDocumentRendererModule::render]] | ||
| + | {{SeeAlso:JDocumentRendererModule::render}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModule::render|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModule::render|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 56: | Line 57: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentRendererModule]][[Category:JDocumentRendererModule::render]]</noinclude> | <noinclude>[[Category:JDocumentRendererModule]][[Category:JDocumentRendererModule::render]]</noinclude> | ||
Revision as of 20:49, 27 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.
JDocumentRendererModule::render
Description
Renders a module script and returns the results as a string.
Description:JDocumentRendererModule::render [Edit Descripton]
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
-
JDocumentRendererModule::render source code on BitBucket
-
Class JDocumentRendererModule
-
Subpackage Document
- Other versions of JDocumentRendererModule::render
SeeAlso:JDocumentRendererModule::render [Edit See Also]
User contributed notes
<CodeExamplesForm />
