API17

JRules:: construct: Difference between revisions

From Joomla! Documentation

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


{{subst:Description:JRules::__construct}}
 


<source lang="php">
<source lang="php">
Line 29: Line 29:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]]
* [[API17:JRules::__construct|Other versions of JRules::__construct]]
* [[API17:JRules::__construct|Other versions of JRules::__construct]]
{{subst:SeeAlso:JRules::__construct}}
 


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

Latest revision as of 03:38, 25 March 2017

Joomla 11.1 JRules::__construct

Description

Constructor.


public function __construct ($input= '')
Parameter Type Default Description
$input
  • Returns
  • Defined on line 35 of libraries/joomla/access/rules.php

See also


User contributed notes

Code Examples