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

get() public method

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