API16:JRule
From Joomla! Documentation
[Edit Descripton] Description:JRule
Contents |
Defined in
libraries/joomla/access/rule.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| getData | Get the data for the action. |
| mergeIdentities | Merges the identities |
| mergeIdentity | Merges the value for an identity. |
| allow | Checks that this action can be performed by an identity. |
| __toString | Convert this object into a JSON encoded string. |
Importing
jimport( 'joomla.access.rule' );