PHP Class Bluz\Acl\Acl

Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Options
Show file Open project: bluzphp/framework

Public Methods

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

Method Details

isAllowed() public method

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