JAccessRule::allow
Checks that this action can be performed by an identity.
The identity is an integer where +ve represents a user group, and -ve represents a user.
Signature
public function allow(mixed
$identities )
Parameters
-
$identities
- An integer or array of integers representing the identities to check.
Returns
- mixed
- True if allowed, false for an explicit deny, null for an implicit deny.