Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Prooph
ServiceBus
Plugin
Guard
AuthorizationService
PHP Interface Prooph\ServiceBus\Plugin\Guard\AuthorizationService
Mostra file
Open project: prooph/service-bus
Interface Usage Examples
Public Methods
Method
Description
isGranted
(
string
$messageName
,
mixed
$context
= null ) :
boolean
Check if the permission is granted to the current identity
Method Details
isGranted()
public
method
Check if the permission is granted to the current identity
public
isGranted
(
string
$messageName
,
mixed
$context
= null ) :
boolean
$messageName
string
$context
mixed
return
boolean