JSimpleXML:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 29: | Line 29: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]] | ||
* [[API17:JSimpleXML::__construct|Other versions of JSimpleXML::__construct]] | * [[API17:JSimpleXML::__construct|Other versions of JSimpleXML::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JSimpleXML::__construct | category=JSimpleXML::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:42, 25 March 2017
JSimpleXML::__construct
Description
Constructor.
public function __construct ($options=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | null |
- Returns
- Defined on line 111 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXML::__construct source code on BitBucket
Class JSimpleXML
Subpackage Utilities- Other versions of JSimpleXML::__construct
User contributed notes
Code Examples