С версии: 3.0.0
С версии: 3.3.1 Changed from `AdminPageFramework_Base`.
Наследование: extends AdminPageFramework_Factory
 public function _replyToFormatSectionsetDefinition($aSectionset)
 {
     if (empty($aSectionset)) {
         return $aSectionset;
     }
     $aSectionset = $aSectionset + array('page_slug' => null, 'tab_slug' => null, 'capability' => null);
     $aSectionset['page_slug'] = $this->_getSectionPageSlug($aSectionset);
     $aSectionset['tab_slug'] = $this->_getSectionTabSlug($aSectionset);
     $aSectionset['capability'] = $this->_getSectionCapability($aSectionset);
     return parent::_replyToFormatSectionsetDefinition($aSectionset);
 }