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

getSection() public method

Get section
public getSection ( ) : Ojs\JournalBundle\Entity\Section
return Ojs\JournalBundle\Entity\Section
    public function getSection()
    {
        return $this->section;
    }