summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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
*/