getSection() public method

Provides the section that is the owner of this settings.
public getSection ( ) : Section
return Newscoop\Entity\Section The the section that is the owner of this settings.
 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }