getSection() 공개 메소드

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