API17:JRules
From Joomla! Documentation
Revision as of 14:01, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
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 BitBucket
-
Subpackage Access
- Other versions of JRules
SeeAlso:JRules [Edit See Also]
User contributed notes
<CodeExamplesForm />
