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

filterValue() protected method

Filters a value.
protected filterValue ( string $in ) : string
$in string
return string
    protected function filterValue($in)
    {
        return trim((string) $in);
    }