API16

API16:JRule

From Joomla! Documentation

Revision as of 22:34, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JRule}} ===Defined in=== libraries...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JRule

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' );

[Edit See Also] Template:SeeAlso:JRule

Examples

<CodeExamplesForm />