class ExpressionVoter implements VoterInterface
ExpressionVoter votes based on the evaluation of an expression.
__construct(ExpressionLanguage $expressionLanguage, AuthenticationTrustResolverInterface $trustResolver, RoleHierarchyInterface $roleHierarchy = null) | ||
addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) deprecated | ||
int | vote(TokenInterface $token, mixed $subject, array $attributes) Returns the vote for the given parameters. |
ExpressionLanguage | $expressionLanguage | |
AuthenticationTrustResolverInterface | $trustResolver | |
RoleHierarchyInterface | $roleHierarchy |
deprecated
ExpressionFunctionProviderInterface | $provider |
Returns the vote for the given parameters.
This method must return one of the following constants: ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.
TokenInterface | $token | A TokenInterface instance |
mixed | $subject | The subject to secure |
array | $attributes | An array of attributes associated with the method being invoked |
int | either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.html