summaryrefslogtreecommitdiff
path: root/Zend/OBJECTS2_HOWTO
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-07-28 13:06:54 +0000
committerHarald Radi <phanto@php.net>2002-07-28 13:06:54 +0000
commit476bae4035e67392290c9772e6af5df9b05cc9a5 (patch)
tree6b1e63ee612c8f4cc6f6b01242b698052c98575c /Zend/OBJECTS2_HOWTO
parent05aa53231045543d2732f65ed872d3ca7c2c1288 (diff)
downloadphp-git-476bae4035e67392290c9772e6af5df9b05cc9a5.tar.gz
update the handlers struct
Diffstat (limited to 'Zend/OBJECTS2_HOWTO')
-rw-r--r--Zend/OBJECTS2_HOWTO3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/OBJECTS2_HOWTO b/Zend/OBJECTS2_HOWTO
index 3d942c2ed0..ce0fbdb3ea 100644
--- a/Zend/OBJECTS2_HOWTO
+++ b/Zend/OBJECTS2_HOWTO
@@ -135,6 +135,7 @@ typedef struct _zend_object_handlers {
zend_object_get_method_t get_method;
zend_object_call_method_t call_method;
zend_object_get_constructor_t get_constructor;
+ zend_object_get_class_entry_t get_class_entry;
zend_object_get_class_name_t get_class_name;
zend_object_compare_t compare_objects;
} zend_object_handlers;
@@ -185,6 +186,8 @@ for any other PHP internal function).
get_constructor - get description for the object constructor method
+get_class_entry - should return the class entry
+
get_class_name - get the name of the class the object belongs to
compare_objects - compares if two objects are equal