Flugg\Responder\Traits\ConvertsParameters::castToBooleanIsDisabled PHP Метод

castToBooleanIsDisabled() защищенный Метод

Checks if the user wants to cast to booleans.
protected castToBooleanIsDisabled ( ) : boolean
Результат boolean
    protected function castToBooleanIsDisabled() : bool
    {
        return isset($this->castBooleans) && !$this->castBooleans;
    }