Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugArrayValue.java
index dd01675..f0117cd 100644 (file)
@@ -8,6 +8,11 @@ public class XDebugArrayValue extends XDebugAbstractValue {
                        String typeName) {
                super(variable, varNode, typeName);
        }
+       
+       public XDebugArrayValue(XDebugVariable variable, String typeName) {
+               super(variable, typeName);
+       }
+
 
        public void setType(String typeName) {
                fType=XDebugAbstractValue.VALUETYPE_ARRAY;