API16

JRule

From Joomla! Documentation

Revision as of 04:56, 30 March 2010 by Doxiki (talk | contribs)

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.

[Edit Descripton] Template:Description:JRule

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

[Edit See Also] Template:SeeAlso:JRule

Examples[edit]

<CodeExamplesForm />