Ojs\JournalBundle\Entity\ArticleTranslation::getKeywords PHP Method

getKeywords() public method

public getKeywords ( ) : string
return string
    public function getKeywords()
    {
        return $this->keywords;
    }