API17

API17:JDocumentRendererModules::render

From Joomla! Documentation

Joomla 11.1 JDocumentRendererModules::render

Description

Renders multiple modules script and returns the results as a string.


public function render (
        $position
        $params=array
        $content=null
)
Parameter Type Default Description
$position string $name The position of the modules to render
$params array array() Associative array of values
$content null
  • Returns string The output of the script
  • Defined on line 29 of libraries/joomla/document/html/renderer/modules.php

See also


User contributed notes

Code Examples