Newscoop\Entity\Article::getSection PHP Метод

getSection() публичный Метод

Get section.
public getSection ( ) : Section
Результат Section
    public function getSection()
    {
        return $this->section;
    }

Usage Example

 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }