summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 15:49:55 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 15:49:55 +0100
commit51f4788b2b51a21894ae49821abc67c2fab4a68a (patch)
treef7942b5dd9d33f511fb8d09df23519c51fb2e515 /include/value.h
parent41bd759f31d625b5f73dd3a31d76a91efbde8ad7 (diff)
fixed settings Base::_self variable to a valid, editable value object
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
*/