PHP Class Youshido\GraphQLBundle\Security\Voter\AbstractListVoter

Inheritance: extends Symfony\Component\Security\Core\Authorization\Voter\Voter
Afficher le fichier Open project: youshido/graphql-bundle

Méthodes publiques

Méthode Description
getList ( ) : string[]
setEnabled ( $enabled )
setList ( array $list )

Méthodes protégées

Méthode Description
inList ( $query )
isLoggedInUser ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
supports ( $attribute, $subject )

Method Details

getList() public méthode

public getList ( ) : string[]
Résultat string[]

inList() protected méthode

protected inList ( $query )

isLoggedInUser() protected méthode

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

setEnabled() public méthode

public setEnabled ( $enabled )

setList() public méthode

public setList ( array $list )
$list array

supports() protected méthode

protected supports ( $attribute, $subject )