AdminPageFramework_Form_View___FieldTitle::_shouldShowDebugInfo PHP Метод

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

private _shouldShowDebugInfo ( $aField )
    private function _shouldShowDebugInfo($aField)
    {
        if (!$aField['show_debug_info']) {
            return false;
        }
        if (strlen($aField['_parent_field_path'])) {
            return false;
        }
        return true;
    }