PHP Class ManaPHP\Authorization\Bypass

Inheritance: implements ManaPHP\AuthorizationInterface
Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
authorize ( ManaPHP\Mvc\DispatcherInterface $dispatcher ) : boolean
isAllowed ( string $permission, string $userId = null ) : boolean

Method Details

authorize() public method

public authorize ( ManaPHP\Mvc\DispatcherInterface $dispatcher ) : boolean
$dispatcher ManaPHP\Mvc\DispatcherInterface
return boolean

isAllowed() public method

public isAllowed ( string $permission, string $userId = null ) : boolean
$permission string
$userId string
return boolean