AuthorizationCheckerInterface
interface AuthorizationCheckerInterface
The AuthorizationCheckerInterface.
Methods
bool
isGranted(mixed $attributes, mixed $subject = null)
Checks if the attributes are granted against the current authentication token and optionally supplied subject.
Details
at line 29
bool
isGranted(mixed $attributes, mixed $subject = null)
Checks if the attributes are granted against the current authentication token and optionally supplied subject.