Previous Page
fetch()

Solar_Access_Adapter_None
isAllowed()

Next Page
load()

isAllowed()

public bool isAllowed ( string $class default '*', string $action default '*', string $process default '*' )

Tells whether or not to allow access to a class/action/process combination.

Inherited from Solar_Access_Adapter.

Parameters

  • (string) $class: The class name of the control; use '*' for all values.
  • (string) $action: The action within that class; use '*' for all values.
  • (string) $process: The process value within the action; use '*' for all values.

Returns

  • (bool) True if the current handle or role is allowed access, false if not.

Description

Tells whether or not to allow access to a class/action/process combination.