API17

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/11.1|JControllerAdmin]]
* {{JVer|11.1}} Class [[API17:JControllerAdmin|JControllerAdmin]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|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

Joomla 11.1 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.
  • Returns
  • Defined on line 53 of libraries/joomla/application/component/controlleradmin.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />