API17:JRules
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JRules
Defined in
libraries/joomla/access/rules.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| __toString | Magic method to convert the object to JSON string representation. |
| allow | Checks that an action can be performed by an identity. |
| getAllowed | Get the allowed actions for an identity. |
| getData | Get the data for the action. |
| merge | Method to merge actions with this object. |
| mergeAction | |
| mergeCollection | Method to merge a collection of . |
Importing
jimport( 'joomla.access.rules' );
See also
SeeAlso:JRules [Edit See Also]
Examples
<CodeExamplesForm />
