API15

JDocumentRenderer/ construct

From Joomla! Documentation

< API15:JDocumentRenderer
Revision as of 12:34, 25 March 2010 by Doxiki (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Class constructor

[Edit Descripton]

Template:Description:JDocumentRenderer/ construct

Syntax[edit]

__construct(&$doc)
Parameter Name Default Value Description
&$doc A reference to the object that instantiated the renderer

Defined in[edit]

libraries/joomla/document/renderer.php

Importing[edit]

jimport( 'joomla.document.renderer' );

Source Body[edit]

function __construct(&$doc) {
        $this->_doc =& $doc;
}

[Edit See Also] Template:SeeAlso:JDocumentRenderer/ construct

Examples[edit]

<CodeExamplesForm />