interface Authorizator

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(string|null $role, string|null $resource, string|null $privilege)

Performs a role-based authorization.

Details

at line 31
bool isAllowed(string|null $role, string|null $resource, string|null $privilege)

Performs a role-based authorization.

Parameters

string|null $role
string|null $resource
string|null $privilege

Return Value

bool