int vote(TokenInterface $token, mixed $subject, array $attributes)
Returns the vote for the given parameters.
This method must return one of the following constants: ACCESSGRANTED, ACCESSDENIED, or ACCESS_ABSTAIN.
int vote(TokenInterface $token, mixed $subject, array $attributes)
Returns the vote for the given parameters.
This method must return one of the following constants: ACCESSGRANTED, ACCESSDENIED, 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 ACCESSGRANTED, ACCESSABSTAIN, or ACCESS_DENIED |
Designed by : w10schools
service@w10schools.com
Please login to continue.