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

상속: extends Symfony\Component\Security\Core\Authorization\Voter\Voter
파일 보기 프로젝트 열기: youshido/graphql-bundle

공개 메소드들

메소드 설명
getList ( ) : string[]
setEnabled ( $enabled )
setList ( array $list )

보호된 메소드들

메소드 설명
inList ( $query )
isLoggedInUser ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
supports ( $attribute, $subject )

메소드 상세

getList() 공개 메소드

public getList ( ) : string[]
리턴 string[]

inList() 보호된 메소드

protected inList ( $query )

isLoggedInUser() 보호된 메소드

protected isLoggedInUser ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface

setEnabled() 공개 메소드

public setEnabled ( $enabled )

setList() 공개 메소드

public setList ( array $list )
$list array

supports() 보호된 메소드

protected supports ( $attribute, $subject )