AdminPageFramework_Form_View___Sectionsets::_getSectionTableWithTabList PHP Метод

_getSectionTableWithTabList() приватный Метод

private _getSectionTableWithTabList ( array $_aOutputs, array $aSectionset, $aFieldsetsPerSection )
$_aOutputs array
$aSectionset array
    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;
    }