API17

API17:JDocumentRendererModule::render

From Joomla! Documentation

Revision as of 02:54, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDocumentRendererModule::render

Description

Renders a module script and returns the results as a string.


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


User contributed notes

Code Examples