getSection() public method

Get section.
public getSection ( ) : Section
return Section
コード例 #1
0
 public function getSection()
 {
     $this->__load();
     return parent::getSection();
 }