getSection() публичный Метод

Get section.
public getSection ( ) : Section
Результат Section
 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }