Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Youshido
GraphQLBundle
Security
Voter
BlacklistVoter
PHP Class Youshido\GraphQLBundle\Security\Voter\BlacklistVoter
Inheritance:
extends
AbstractListVoter
Datei anzeigen
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