API17:JDocument::getInstance
From Joomla! Documentation
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
JDocument::getInstance source code on BitBucket
Class JDocument
Subpackage Document
- Other versions of JDocument::getInstance
User contributed notes
Code Examples