]> granicus.if.org Git - php/commitdiff
some small refinements for get_class_*
authorStanislav Malyshev <stas@php.net>
Wed, 22 Jan 2003 14:55:01 +0000 (14:55 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 22 Jan 2003 14:55:01 +0000 (14:55 +0000)
Zend/OBJECTS2_HOWTO

index ce0fbdb3ea2900d5242335c68eed5b50ddea1ae7..aef370330d58fc28a1111049fc8e9dff3f42d0e2 100644 (file)
@@ -101,8 +101,10 @@ compared.
 Objects - reflection
 --------------------
 
-get_class_name is used to retrieve class name of the object. No other
-reflection functions are currently implemented.
+get_class_name is used to retrieve class name of the object. 
+get_class_entry returns class entry (zend_class_entry) for the object,
+in case there exists PHP class for it.
+No other reflection functions are currently implemented.
 
 Objects - data structures and handlers
 ---------------------------------------
@@ -186,7 +188,7 @@ 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_entry - should return the class entry for the object
 
 get_class_name - get the name of the class the object belongs to