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

getCatalogs() 공개 메소드

Get catalogs
public getCatalogs ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection
    public function getCatalogs()
    {
        return $this->catalogs;
    }