PHP Class Bluz\Acl\Acl

Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Options
Afficher le fichier Open project: bluzphp/framework

Méthodes publiques

Méthode Description
isAllowed ( string $module, string $privilege ) : boolean Check user access by pair module-privilege

Method Details

isAllowed() public méthode

Check user access by pair module-privilege
public isAllowed ( string $module, string $privilege ) : boolean
$module string
$privilege string
Résultat boolean