IAuthorizator
interface IAuthorizator
Authorizator checks if a given role has authorization to access a given resource.
Constants
ALL |
Set type: all |
ALLOW |
Permission type: allow |
DENY |
Permission type: deny |
Methods
bool
isAllowed($role, $resource, $privilege)
Performs a role-based authorization.
Details
at line 38
bool
isAllowed($role, $resource, $privilege)
Performs a role-based authorization.