Jyxo\Input\Filter\ToInt::filterValue PHP Méthode

filterValue() protected méthode

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