AdminPageFramework_Form_Model___FormatFieldsets::_getItemsFormatteed PHP Метод

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

private _getItemsFormatteed ( $sSectionPath, $aItems, $sCapability, $aSectionsets )
    private function _getItemsFormatteed($sSectionPath, $aItems, $sCapability, $aSectionsets)
    {
        $_abSectionRepeatable = $this->getElement($aSectionsets, array($sSectionPath, 'repeatable'), false);
        if ($this->_isSubSections($aItems, $_abSectionRepeatable)) {
            return $this->_getSubSectionsFormatted($aItems, $sCapability, $aSectionsets, $_abSectionRepeatable);
        }
        return $this->_getNormalFieldsetsFormatted($aItems, $sCapability, $aSectionsets, $_abSectionRepeatable);
    }