\JRule
Deprecated class placeholder. You should use JAccessRule instead.
Synopsis
class JRule
extends JAccessRule
{
- // Inherited members from JAccessRule
- protected $data;
- // methods
- public void __construct()
- // Inherited methods from JAccessRule
- public void __construct()
- public array getData()
- public void mergeIdentities()
- public void mergeIdentity()
- public mixed allow()
- public string __toString()
Hierarchy
Extends
Members
protected
- $data
—
array
A named array
Methods
Inherited from JAccessRule
public
- __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.