PHP Class Youshido\GraphQLBundle\Security\Voter\WhitelistVoter

Inheritance: extends AbstractListVoter
Mostra file Open project: youshido/graphql-bundle

Protected Methods

Method Description
voteOnAttribute ( string $attribute, mixed $subject, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : boolean Perform a single access check operation on a given attribute, subject and token.

Method Details

voteOnAttribute() protected method

Perform a single access check operation on a given attribute, subject and token.
protected voteOnAttribute ( string $attribute, mixed $subject, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : boolean
$attribute string
$subject mixed
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
return boolean