PHP Interface Prooph\ServiceBus\Plugin\Guard\AuthorizationService

Afficher le fichier Open project: prooph/service-bus Interface Usage Examples

Méthodes publiques

Méthode Description
isGranted ( string $messageName, mixed $context = null ) : boolean Check if the permission is granted to the current identity

Method Details

isGranted() public méthode

Check if the permission is granted to the current identity
public isGranted ( string $messageName, mixed $context = null ) : boolean
$messageName string
$context mixed
Résultat boolean