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;
    }