Ojs\JournalBundle\Entity\Journal::getSections PHP Method

getSections() public method

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