AuthorizationCheckerInterface
in
The AuthorizationCheckerInterface.
Tags
Table of Contents
- isGranted() : bool
- Checks if the attributes are granted against the current authentication token and optionally supplied subject.
Methods
isGranted()
Checks if the attributes are granted against the current authentication token and optionally supplied subject.
public
isGranted(mixed $attributes[, mixed $subject = null ]) : bool
Parameters
- $attributes : mixed
- $subject : mixed = null