Ojs\JournalBundle\Entity\Article::getCatalogs PHP Method

getCatalogs() public method

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