Ojs\JournalBundle\Entity\Journal::getSections PHP 메소드

getSections() 공개 메소드

public getSections ( ) : ArrayCollection | Ojs\JournalBundle\Entity\Section[]
리턴 Doctrine\Common\Collections\ArrayCollection | Ojs\JournalBundle\Entity\Section[]
    public function getSections()
    {
        return $this->sections;
    }
Journal