getSections() public method

Get sections
public getSections ( ) : array
return array
 public function getSections()
 {
     $this->__load();
     return parent::getSections();
 }