RoleVoter

RoleVoter

class RoleVoter implements VoterInterface

RoleVoter votes if any attribute starts with a given prefix.

Methods

__construct(string $prefix = 'ROLE_')

Constructor.

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

Returns the vote for the given parameters.

Details