JRule/11.1
From Joomla! Documentation
< JRule
JRule
Description
Description:JRule [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __toString | Convert this object into a JSON encoded string. |
| public | allow | Checks that this action can be performed by an identity. |
| public | getData | Get the data for the action. |
| public | mergeIdentities | Merges the identities. |
| public | mergeIdentity | Merges the value for an identity. |
- Defined in libraries/joomla/access/rule.php
Importing
jimport( 'joomla.access.rule' );
See also
JRule source code on BitBucket
Subpackage Access- Other versions of JRule