Ojs\JournalBundle\Entity\ArticleTranslation::getKeywords PHP 메소드

getKeywords() 공개 메소드

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