API17

API17:JDocument::getInstance

From Joomla! Documentation

Joomla 11.1 JDocument::getInstance

Description

Returns the global object, only creating it if it doesn't already exist.


public static function getInstance (
        $type= 'html'
        $attributes=array
)
Parameter Type Default Description
$type type 'html' The document type to instantiate
$attributes array()
  • Returns object The document object.
  • Defined on line 228 of libraries/joomla/document/document.php
  • Referenced by

See also


User contributed notes

Code Examples