AdminPageFramework_Form_Model___Format_Fieldset::_getShowDebugInfo PHP Метод

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

private _getShowDebugInfo ( $aFieldset )
    private function _getShowDebugInfo($aFieldset)
    {
        if (isset($aFieldset['show_debug_info'])) {
            return $aFieldset['show_debug_info'];
        }
        return $this->getElement($this->oCallerObject->aSectionsets, array($aFieldset['_section_path'], 'show_debug_info'), true);
    }