Voter

Voter

class Voter implements VoterInterface

Voter is an abstract default implementation of a voter.

Methods

int vote(TokenInterface $token, mixed $subject, array $attributes)

Returns the vote for the given parameters.

Details