summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index fc6e4fe..0ebb2d5 100644
--- a/include/value.h
+++ b/include/value.h
@@ -67,6 +67,12 @@ public:
Value(struct _zval_struct *zval, bool ref = false);
/**
+ * Wrap around an object
+ * @param value The object value
+ */
+ Value(const struct _zend_object_value &value);
+
+ /**
* Copy constructor
* @param value
*/