AdminPageFramework_Form_View___Section::_getSectionContent PHP Method

_getSectionContent() private method

private _getSectionContent ( $_iSectionIndex )
    private function _getSectionContent($_iSectionIndex)
    {
        if ($this->aSectionset['content']) {
            return $this->_getCustomSectionContent();
        }
        $_oFieldsets = new AdminPageFramework_Form_View___FieldsetRows($this->aFieldsetsPerSection, $_iSectionIndex, $this->aSavedData, $this->aFieldErrors, $this->aFieldTypeDefinitions, $this->aCallbacks, $this->oMsg);
        return $_oFieldsets->get();
    }