summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 19:41:43 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 19:41:43 +0100
commit5aaeb88d8b753a3b51e81c36dba6293dd436148b (patch)
tree8632e035361775bc64b8c582f3d951d4c0693f8b /include/classbase.h
parentbb94d0612a1a5fb2e1d4be125f8c171464917590 (diff)
fixed compile issue, overwriting the default object handlers is of course not a very smart thing to do...
Diffstat (limited to 'include/classbase.h')
-rw-r--r--include/classbase.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/classbase.h b/include/classbase.h
index 8a691fa..d3f3833 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -214,6 +214,12 @@ private:
static struct _zend_object_value createObject(struct _zend_class_entry *entry);
/**
+ * Retrieve pointer to our own object handlers
+ * @return zend_object_handlers
+ */
+ static zend_object_handlers *objectHandlers();
+
+ /**
* Name of the class
* @var string
*/