JAccessRules class.
Located in /libraries/joomla/access/rules.php (line 19)
Class | Description |
---|---|
JRules | Deprecated class placeholder. You should use JAccessRules instead. |
Constructor.
The input array must be in the form: array('action' => array(-42 => true, 3 => true, 4 => false)) or an equivalent JSON encoded string, or an object where properties are arrays.
Checks that an action can be performed by an identity.
The identity is an integer where +ve represents a user group, and -ve represents a user.
Get the allowed actions for an identity.
Get the data for the action.
Method to merge actions with this object.
Merges an array of identities for an action.
Method to merge a collection of JAccessRules.
Magic method to convert the object to JSON string representation.
Documentation generated on Mon, 25 Jun 2012 13:59:21 -0500 by phpDocumentor 1.4.4