Ojs\JournalBundle\Entity\Article::getArticleType PHP 메소드

getArticleType() 공개 메소드

public getArticleType ( ) : ArticleTypes
리턴 ArticleTypes
    public function getArticleType()
    {
        return $this->articleType;
    }