API17:JDocumentRendererModules
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JDocumentRendererModules== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRendererModules}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererModules|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererModules|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererModules::render/11.1|render]] | |[[JDocumentRendererModules::render/11.1|render]] | ||
|Renders multiple modules script and returns the results as a string. | |Renders multiple modules script and returns the results as a string. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/html/renderer/modules.php | ||
| + | * '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.modules' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JDocumentRendererModules source code | + | * {{JVer|11.1}} '''JDocumentRendererModules source code''' on [[jplatform:document/html/renderer/modules.php|BitBucket]] |
| − | * [[JDocumentRendererModules|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] |
| + | * [[JDocumentRendererModules|Other versions of JDocumentRendererModules]] | ||
{{SeeAlso:JDocumentRendererModules}} | {{SeeAlso:JDocumentRendererModules}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 39: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererModules]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererModules]]</noinclude> | ||
Revision as of 17:59, 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.
JDocumentRendererModules
Description
JDocumentRendererModules is responsible for rendering the output from all the modules enabled for a given module position. It is called whenever a <jdoc:include type="modules" /> statement is encountered in the document template.
[Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Renders multiple modules script and returns the results as a string. |
- Defined in libraries/joomla/document/html/renderer/modules.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.html.renderer.modules' );
See also
-
JDocumentRendererModules source code on BitBucket
-
Subpackage Document
- Other versions of JDocumentRendererModules
SeeAlso:JDocumentRendererModules [Edit See Also]
User contributed notes
<CodeExamplesForm />
