JDocument:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Class constructor. | Class constructor. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 29: | Line 29: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]] | ||
* [[API17:JDocument::__construct|Other versions of JDocument::__construct]] | * [[API17:JDocument::__construct|Other versions of JDocument::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocument::__construct | category=JDocument::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:51, 25 March 2017
JDocument::__construct
Description
Class constructor.
protected function __construct ($options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | array() | Associative array of options |
- Returns
- Defined on line 187 of libraries/joomla/document/document.php
See also
JDocument::__construct source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::__construct
User contributed notes
Code Examples