\JAccessRule
JAccessRule class.
Synopsis
class JAccessRule
{
- // members
- protected $data;
- // methods
- public void __construct()
- public array getData()
- public void mergeIdentities()
- public void mergeIdentity()
- public mixed allow()
- public string __toString()
Hierarchy
Extended by
Members
protected
- $data
—
array
A named array
Methods
public
- __construct() — Constructor.
- __toString() — Convert this object into a JSON encoded string.
- allow() — Checks that this action can be performed by an identity.
- getData() — Get the data for the action.
- mergeIdentities() — Merges the identities
- mergeIdentity() — Merges the values for an identity.