interface AuthorizationCheckerInterface
The AuthorizationCheckerInterface.
Methods
bool | isGranted(mixed $attributes, mixed $object = null) Checks if the attributes are granted against the current authentication token and optionally supplied object. |
Details
bool isGranted(mixed $attributes, mixed $object = null)
Checks if the attributes are granted against the current authentication token and optionally supplied object.
Please login to continue.