Back to DocumentRenderer class

Method __construct

public
__construct
(\Joomla\CMS\Document\Document $doc)
Class constructor
Parameters
  • \Joomla\CMS\Document\Document $doc A reference to the Document object that instantiated the renderer
Since
  • 1.7.0

Method __construct - Source code

/**
 * Class constructor
 *
 * @param   Document  $doc  A reference to the Document object that instantiated the renderer
 *
 * @since   1.7.0
 */
public function __construct(Document $doc)
{
    $this->_doc = $doc;
}