Newscoop\Entity\Output\OutputSettingsSection::getSection PHP Method

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()
    {
        return $this->section;
    }

Usage Example

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