JDocumentJSON:: 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:JDocumentJSON::__construct|Other versions of JDocumentJSON::__construct]] | * [[API17:JDocumentJSON::__construct|Other versions of JDocumentJSON::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocumentJSON::__construct | category=JDocumentJSON::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:53, 25 March 2017
JDocumentJSON::__construct
Description
Class constructor.
public function __construct ($options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | array() | Associative array of options |
- Returns
- Defined on line 37 of libraries/joomla/document/json/json.php
See also
JDocumentJSON::__construct source code on BitBucket
Class JDocumentJSON
Subpackage Document- Other versions of JDocumentJSON::__construct
User contributed notes
Code Examples