API17

JControllerAdmin:: construct: Difference between revisions

From Joomla! Documentation

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


{{subst:Description:JControllerAdmin::__construct}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JControllerAdmin::__construct|Other versions of JControllerAdmin::__construct]]
* [[API17:JControllerAdmin::__construct|Other versions of JControllerAdmin::__construct]]
{{subst:SeeAlso:JControllerAdmin::__construct}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JControllerAdmin::__construct
category=JControllerAdmin::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:31, 25 March 2017

Joomla 11.1 JControllerAdmin::__construct

Description

Constructor.


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


User contributed notes

Code Examples