Ojs\JournalBundle\Entity\Article::getSection PHP 메소드

getSection() 공개 메소드

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