API17

API17:JDocumentRendererModule

From Joomla! Documentation

Joomla 11.1 JDocumentRendererModule

Description

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.

Methods

Visibility Method name Description
public render Renders a module script and returns the results as a string.
  • Defined in libraries/joomla/document/html/renderer/module.php
  • Extends JDocumentRenderer

Importing

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

See also


User contributed notes

Code Examples