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;
    }