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

get() public méthode

Get keywords content.
public get ( ) : string
Résultat string
    public function get()
    {
        return implode(', ', $this->getContent());
    }