API16

JDocumentRendererModule: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 17: Line 17:




{{subst:SeeAlso:JDocumentRendererModule}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JDocumentRendererModule
  category=JDocumentRendererModule
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:33, 25 March 2017

JDocumentRendererModule is responsible for rendering the output from a single module. It is called whenever a <jdoc:include type="module" /> statement is encountered in the document template.

Defined in

libraries/joomla/document/html/renderer/module.php

Methods

Method name Description
render Renders a module script and returns the results as a string

Importing

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



Examples

Code Examples