Flugg\Responder\Traits\ConvertsParameters::castToBooleanIsDisabled PHP Method

castToBooleanIsDisabled() protected method

Checks if the user wants to cast to booleans.
protected castToBooleanIsDisabled ( ) : boolean
return boolean
    protected function castToBooleanIsDisabled() : bool
    {
        return isset($this->castBooleans) && !$this->castBooleans;
    }