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

getSubjects() public method

public getSubjects ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection
    public function getSubjects()
    {
        return $this->subjects;
    }