references:joomla.framework:document:jdocumentraw-renderrender
Renders the document. The RAW document renderer simply returns the contents of the document buffer without any additional processing. The method returns the rendered document string. Syntaxstring render ( $cache, $params )
ExamplesThe site application calls the render method in the following manner: Example $data = $document->render( $this->getCfg('caching'), $params); Discussion |


