JRules:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRules::__construct | category=JRules::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 03:38, 25 March 2017
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
JRules::__construct source code on BitBucket
Class JRules
Subpackage Access
- Other versions of JRules::__construct
User contributed notes
Code Examples