API17

API17:JDocument::render

From Joomla! Documentation

Joomla 11.1 JDocument::render

Description

Outputs the document.


public function render (
        $cache=false
        $params=array
)
Parameter Type Default Description
$cache boolean false If true, cache the output
$params boolean array() $compress If true, compress the output
array $paramsAssociativearrayofattributes
  • Returns The rendered data
  • Defined on line 759 of libraries/joomla/document/document.php

See also


User contributed notes

Code Examples