Newscoop\Entity\Article::getKeywords PHP Метод

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

Get keywords.
public getKeywords ( ) : string
Результат string
    public function getKeywords()
    {
        if (!$this->keywords) {
            return;
        }
        return (string) $this->keywords;
    }