JRules/1.6
From Joomla! Documentation
< JRules
JRules
Description
Description:JRules [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __toString | Magic method to convert the object to JSON string representation. |
| public | allow | Checks that an action can be performed by an identity. |
| public | getAllowed | Get the allowed actions for an identity. |
| public | getData | Get the data for the action. |
| public | merge | Method to merge actions with this object. |
| public | mergeAction | |
| public | mergeCollection | Method to merge a collection of . |
- Defined in libraries/joomla/access/rules.php
Importing
jimport( 'joomla.access.rules' );
See also
JRules source code on JoomlaCode
Subpackage Access- Other versions of JRules
SeeAlso:JRules [Edit See Also]