Support Joomla!

references:joomla.framework:document:jdocumentrenderer-__construct

Table of Contents

__construct

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Document Class JDocumentRenderer Method __construct Reference __construct() Never Work in Progress

Constructor for JDocumentRenderer.

Stores a reference to the specified JDocument object.

Syntax

JDocumentRenderer __construct ( &$doc )

&$doc JDocument is a reference to the JDocument object that instantiated the renderer.

Examples

This method is invoked by the JDocument->loadRenderer method in the following manner:

Example

$instance = new $class($this);

where $class is a JDocumentRenderer class.


Discussion

Full name:
E-Mail:
 
references/joomla.framework/document/jdocumentrenderer-__construct.txt (452 views) · Last modified: 2007/08/15 15:03