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

add() public méthode

Add a keyword to the content.
public add ( string $keyword ) : self
$keyword string
Résultat self
    public function add($keyword)
    {
        $this->content[] = $this->clean($keyword);
        return $this;
    }