Arcanedev\SeoHelper\Entities\Keywords::get PHP Метод

get() публичный Метод

Get keywords content.
public get ( ) : string
Результат string
    public function get()
    {
        return implode(', ', $this->getContent());
    }