API17:JRule::mergeIdentity
From Joomla! Documentation
JRule::mergeIdentity
Description
Merges the value for an identity.
public function mergeIdentity (
$identity
$allow
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $identity | int | The identity. | |
| $allow | boolean | The value for the identity (true == allow, false == deny). |
- Returns
- Defined on line 76 of libraries/joomla/access/rule.php
See also
JRule::mergeIdentity source code on BitBucket
Class JRule
Subpackage Access- Other versions of JRule::mergeIdentity
User contributed notes
Code Examples