Наследование: extends AdminPageFramework_FrameworkUtility
 private function _getSectionTableWithTabList(array $_aOutputs, array $aSectionset, $aFieldsetsPerSection)
 {
     $_aOutputs['section_tab_list'][] = $this->_getTabList($aSectionset, $aFieldsetsPerSection, $this->aCallbacks['fieldset_output']);
     $_oSectionTable = new AdminPageFramework_Form_View___Section($this->aArguments, $aSectionset, $this->aStructure, $aFieldsetsPerSection, $this->aSavedData, $this->aFieldErrors, $this->aStructure['field_type_definitions'], $this->aCallbacks, $this->oMsg);
     $_aOutputs['section_contents'][] = $_oSectionTable->get();
     return $_aOutputs;
 }