API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JRules::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRules::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:03, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JRules::__construct}}

User contributed notes

<CodeExamplesForm />