references:joomla.framework:document:jdocumentrenderer-__constructTable of Contents
__construct
Constructor for JDocumentRenderer. Stores a reference to the specified JDocument object. SyntaxJDocumentRenderer __construct ( &$doc )
ExamplesThis method is invoked by the JDocument->loadRenderer method in the following manner: Example $instance = new $class($this); where $class is a JDocumentRenderer class. Discussion |


