Newscoop\Entity\Article::getKeywords PHP Méthode

getKeywords() public méthode

Get keywords.
public getKeywords ( ) : string
Résultat string
    public function getKeywords()
    {
        if (!$this->keywords) {
            return;
        }
        return (string) $this->keywords;
    }