API16

API16:JRule

From Joomla! Documentation

Revision as of 02:02, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/access/rule.php

Methods

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

jimport( 'joomla.access.rule' );



Examples

Code Examples