API17

Difference between revisions of "JExtension:: construct"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JExtension::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JExtension::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JExtension::__construct (JXMLElement $element=null)
+
public function __construct (JXMLElement $element=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 61 of libraries/joomla/installer/extension.php
===Defined in===
 
libraries/joomla/installer/extension.php (line 43)
 
* see source code in [[jplatform:installer/extension.php#cl-43|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JExtension::__construct source code''' on [[jplatform:installer/extension.php#cl-53|BitBucket]]
 +
* {{JVer|11.1}} Class [[JExtension/11.1|JExtension]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
 +
* [[JExtension::__construct|Other versions of JExtension::__construct]]
 +
{{SeeAlso:JExtension::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JExtension::__construct|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JExtension::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JExtension/11.1|JExtension]]
+
===User contributed notes===
* [[JExtension::__construct|Other versions of this method]]
 
{{SeeAlso:JExtension::__construct}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JExtension]][[Category:JExtension::__construct]]</noinclude>
 
<noinclude>[[Category:JExtension]][[Category:JExtension::__construct]]</noinclude>

Revision as of 20:53, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JExtension::__construct[edit]

Description[edit]

Constructor.

Template:Description:JExtension:: construct [Edit Descripton]

public function __construct (JXMLElement $element=null)
Parameter Type Default Description
$element null $element a from which to load data from
  • Returns
  • Defined on line 61 of libraries/joomla/installer/extension.php

See also[edit]

Template:SeeAlso:JExtension:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />