JRule
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/access/rule.php
Methods[edit]
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[edit]
jimport( 'joomla.access.rule' );
Examples[edit]
Code Examples[edit]