API17:JRule::allow
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRule::allow|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRule::allow|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function allow ($identities) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 104 of libraries/joomla/access/rule.php | |
| − | + | ||
| − | libraries/joomla/access/rule.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRule::allow source code''' on [[jplatform:access/rule.php#cl-96|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRule/11.1|JRule]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Access/11.1|Access]] | ||
| + | * [[JRule::allow|Other versions of JRule::allow]] | ||
| + | {{SeeAlso:JRule::allow}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRule::allow|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRule::allow|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRule]][[Category:JRule::allow]]</noinclude> | <noinclude>[[Category:JRule]][[Category:JRule::allow]]</noinclude> | ||
Revision as of 21:35, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRule::allow
Description
Checks that this action can be performed by an identity.
Description:JRule::allow [Edit Descripton]
public function allow ($identities)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $identities |
- Returns
- Defined on line 104 of libraries/joomla/access/rule.php
See also
-
JRule::allow source code on BitBucket
-
Class JRule
-
Subpackage Access
- Other versions of JRule::allow
SeeAlso:JRule::allow [Edit See Also]
User contributed notes
<CodeExamplesForm />
