JRule::allow: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JRule::allow ($identities) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 28: | Line 28: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/access/rule.php | libraries/joomla/access/rule.php (line 104) | ||
* see source code in [[jplatform:access/rule.php#cl-104|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 02:10, 24 April 2011
JRule::allow
Description
Checks that this action can be performed by an identity.
Template:Description:JRule::allow [Edit Descripton]
Synopsis
public JRule::allow ($identities)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $identities |
Returns
Defined in
libraries/joomla/access/rule.php (line 104)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />