Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ManaPHP
Authorization
Bypass
PHP Class ManaPHP\Authorization\Bypass
Inheritance:
implements
ManaPHP\AuthorizationInterface
Show file
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