PHP 클래스 Youshido\GraphQLBundle\Security\Voter\WhitelistVoter

상속: extends AbstractListVoter
파일 보기 프로젝트 열기: youshido/graphql-bundle

보호된 메소드들

메소드 설명
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.

메소드 상세

voteOnAttribute() 보호된 메소드

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
리턴 boolean