interface AccessDecisionManagerInterface

AccessDecisionManagerInterface makes authorization decisions.

Methods

bool
decide(TokenInterface$token,array$attributes,mixed$object =null)

Decides whether the access is possible or not.

Details

bool decide(TokenInterface$token,array$attributes,mixed$object =null)

Decides whether the access is possible or not.

Parameters

TokenInterface $token
array $attributes
mixed $object

Return Value

bool