JRules:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JRules::__construct}} | {{subst:Description:JRules::__construct}} | ||
<source lang="php"> | <source lang="php"> | ||
public function __construct ($input= '') | public function __construct ($input= '') | ||
Line 31: | 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]] | ||
{{SeeAlso:JRules::__construct}} | {{subst:SeeAlso:JRules::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 16:03, 24 March 2017
JRules::__construct
Description
Constructor.
{{subst:Description:JRules::__construct}}
public function __construct ($input= '')
Parameter | Type | Default | Description |
---|---|---|---|
$input |
- Returns
- Defined on line 35 of libraries/joomla/access/rules.php
See also
JRules::__construct source code on BitBucket
Class JRules
Subpackage Access
- Other versions of JRules::__construct
{{subst:SeeAlso:JRules::__construct}}
User contributed notes
<CodeExamplesForm />