API17

JDocumentJSON:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Class constructor.  
Class constructor.  


{{subst:Description:JDocumentJSON::__construct}}
 


<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]]
{{subst:SeeAlso:JDocumentJSON::__construct}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDocumentJSON::__construct
category=JDocumentJSON::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:53, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples