1) Need to syncronize also the type of variable values not only the values (makes...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugAbstractValue.java
index df5c92a..3912916 100644 (file)
@@ -144,4 +144,8 @@ public /*abstract*/ class XDebugAbstractValue  extends XDebugElement implements
        protected void setChildren(IVariable[] newChildren) {
                fVariables = new Vector (Arrays.asList(newChildren));
        }
+
+    public void setReferenceTypeName (String referenceTypeName) {
+        fTypeName = referenceTypeName;
+    }
 }