API17

Difference between revisions of "JDocumentRendererModules"

From Joomla! Documentation

m (JoomlaWikiBot moved page JDocumentRendererModules/11.1 to API17:JDocumentRendererModules without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDocumentRendererModules==
 
=={{JVer|11.1}} JDocumentRendererModules==
 
===Description===
 
===Description===
{{Description:JDocumentRendererModules}}
+
[[JDocumentRendererModules]] is responsible for rendering the output from all the modules enabled for a given module position.  It is called whenever a <code><jdoc:include type="modules" /></code> statement is encountered in the document template.
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocumentRendererModules|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentRendererModules::render/11.1|render]]
+
|[[API17:JDocumentRendererModules::render|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
 
* '''Defined in''' libraries/joomla/document/html/renderer/modules.php
* '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]]
+
* '''Extends''' [[API17:JDocumentRenderer|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===
 
* {{JVer|11.1}} '''JDocumentRendererModules source code''' on [[jplatform:document/html/renderer/modules.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentRendererModules source code''' on [[jplatform:document/html/renderer/modules.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentRendererModules|Other versions of JDocumentRendererModules]]
+
* [[API17:JDocumentRendererModules|Other versions of JDocumentRendererModules]]
{{SeeAlso:JDocumentRendererModules}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocumentRendererModules
 
category=JDocumentRendererModules
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 41: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentRendererModules]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:54, 24 March 2017

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.

Joomla 11.1 JDocumentRendererModules[edit]

Description[edit]

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.

Methods[edit]

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[edit]

jimport( 'joomla.document.html.renderer.modules' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]