API17

API17:JRule::mergeIdentity

From Joomla! Documentation

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


User contributed notes

Code Examples