references:joomla.framework:document:jdocument-execrendererTable of Contents
execRenderer
This function executes a renderer. It is called by the display function to render the document and display it. It returns the output of the renderer. Syntaxstring execRenderer ( $type, $name, $params )
ExamplesThe display function calls the execRenderer function as follows: Example $html = $this->execRenderer($type, $name, array('outline' => $outline)); |


