AdminPageFramework_Form_Model___FormatSectionsets::_getNestedSections PHP Метод

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

private _getNestedSections ( $aSectionsetsToEdit, $aSectionset, $aSectionPath, $sCapability )
    private function _getNestedSections($aSectionsetsToEdit, $aSectionset, $aSectionPath, $sCapability)
    {
        if (!$this->_hasNestedSections($aSectionset)) {
            return $aSectionsetsToEdit;
        }
        return $this->_getSectionsetsFormatted($aSectionsetsToEdit, $aSectionset['content'], $aSectionPath, $sCapability);
    }