Newscoop\Entity\Article::getSection PHP Méthode

getSection() public méthode

Get section.
public getSection ( ) : Section
Résultat Section
    public function getSection()
    {
        return $this->section;
    }

Usage Example

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