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

getArticleAuthors() 공개 메소드

public getArticleAuthors ( ) : ArrayCollection | ArticleAuthor[]
리턴 Doctrine\Common\Collections\ArrayCollection | ArticleAuthor[]
    public function getArticleAuthors()
    {
        return $this->articleAuthors;
    }