Ojs\JournalBundle\Entity\ArticleTranslation::getKeywords PHP Метод

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

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