JControllerAdmin:: construct: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 29: | Line 29: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JControllerAdmin::__construct source code''' on [[jplatform:application/component/controlleradmin.php#cl-45|BitBucket]] | * {{JVer|11.1}} '''JControllerAdmin::__construct source code''' on [[jplatform:application/component/controlleradmin.php#cl-45|BitBucket]] | ||
* {{JVer|11.1}} Class [[JControllerAdmin | * {{JVer|11.1}} Class [[API17:JControllerAdmin|JControllerAdmin]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Application | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]] | ||
* [[JControllerAdmin::__construct|Other versions of JControllerAdmin::__construct]] | * [[API17:JControllerAdmin::__construct|Other versions of JControllerAdmin::__construct]] | ||
{{SeeAlso:JControllerAdmin::__construct}} | {{SeeAlso:JControllerAdmin::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 00:58, 12 May 2013
JControllerAdmin::__construct
Description
Constructor.
Template:Description:JControllerAdmin:: construct [Edit Descripton]
public function __construct ($config=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $config | array | array() | An optional associative array of configuration settings. |
See also
JControllerAdmin::__construct source code on BitBucket
Class JControllerAdmin
Subpackage Application- Other versions of JControllerAdmin::__construct
Template:SeeAlso:JControllerAdmin:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />