Arcanedev\SeoHelper\Entities\Keywords::clean PHP Méthode

clean() private méthode

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