Scheb\TwoFactorBundle\Security\TwoFactor\Voter::supportsAttribute PHP Метод

supportsAttribute() публичный Метод

public supportsAttribute ( string $attribute ) : boolean
$attribute string
Результат boolean true
    public function supportsAttribute($attribute)
    {
        return true;
    }