API17

JSimpleXML:: construct: Difference between revisions

From Joomla! Documentation

m →User contributed notes: moving preparation
m preparing for archive only
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JSimpleXML::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JSimpleXML::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function __construct ($options=null)
public function __construct ($options=null)
Line 28: Line 26:
===See also===
===See also===
* {{JVer|11.1}} '''JSimpleXML::__construct source code''' on [[jplatform:utilities/simplexml.php#cl-103|BitBucket]]
* {{JVer|11.1}} '''JSimpleXML::__construct source code''' on [[jplatform:utilities/simplexml.php#cl-103|BitBucket]]
* {{JVer|11.1}} Class [[JSimpleXML/11.1|JSimpleXML]]
* {{JVer|11.1}} Class [[API17:JSimpleXML|JSimpleXML]]
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JSimpleXML::__construct|Other versions of JSimpleXML::__construct]]
* [[API17:JSimpleXML::__construct|Other versions of JSimpleXML::__construct]]
{{SeeAlso:JSimpleXML::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSimpleXML::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JSimpleXML::__construct
category=JSimpleXML::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:42, 25 March 2017

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


User contributed notes

Code Examples