Jyxo\Input\Filter\ToInt::filterValue PHP Method

filterValue() protected method

Filters a value.
protected filterValue ( mixed $in ) : mixed
$in mixed Input value
return mixed
    protected function filterValue($in)
    {
        return intval($in, $this->base);
    }