getSection() 공개 메소드

Get section.
public getSection ( ) : Section
리턴 Section
 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }