Arcanedev\SeoHelper\Entities\Keywords::clean PHP Method

clean() private method

Clean the string.
private clean ( string $value ) : string
$value string
return string
    private function clean($value)
    {
        return trim(strip_tags($value));
    }