API17

JSimpleXML:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


{{subst:Description:JSimpleXML::__construct}}
 


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


===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