]> granicus.if.org Git - php/commitdiff
update the handlers struct
authorHarald Radi <phanto@php.net>
Sun, 28 Jul 2002 13:06:54 +0000 (13:06 +0000)
committerHarald Radi <phanto@php.net>
Sun, 28 Jul 2002 13:06:54 +0000 (13:06 +0000)
Zend/OBJECTS2_HOWTO

index 3d942c2ed0032af4f0a06682f618ea47021ce93f..ce0fbdb3ea2900d5242335c68eed5b50ddea1ae7 100644 (file)
@@ -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