getSection() public method

Get section
public getSection ( ) : Newscoop\Entity\Section
return Newscoop\Entity\Section
 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }