From 5f00cbe23b5c2b71813a13758f4806d18751a196 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Mon, 10 Jul 2000 04:52:13 +0000 Subject: [PATCH] Corrected more typos and added some "See Also:" to the definitions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27976 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/classobj.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/functions/classobj.xml b/functions/classobj.xml index 7e53cf7c21..2e36fd4010 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -180,7 +180,8 @@ Object leafy belongs to class spinach a subclass of Vegetable object obj is an instance. - See also get_parent_class + See also get_parent_class, + is_subclass_of @@ -204,7 +205,8 @@ Object leafy belongs to class spinach a subclass of Vegetable is an instance. - See also get_class + See also get_class, + is_subclass_of @@ -226,6 +228,10 @@ Object leafy belongs to class spinach a subclass of Vegetable This function returns an array of method names defined for the class specified by class_name. + + See also get_class_vars, + get_object_vars + @@ -248,6 +254,10 @@ Object leafy belongs to class spinach a subclass of Vegetable This function will return an array of default properties of the class. + + See also get_class_methods, + get_object_vars + @@ -260,7 +270,7 @@ Object leafy belongs to class spinach a subclass of Vegetable Description - array get_class_vars + array get_object_vas object obj @@ -268,6 +278,10 @@ Object leafy belongs to class spinach a subclass of Vegetable This function returns an associative array of object properties for the specified object obj. + + See also get_class_methods, + get_class_vars + @@ -293,6 +307,10 @@ Object leafy belongs to class spinach a subclass of Vegetable belongs to a class which is a subclass of superclass, false otherwise. + + See also get_class, + get_parent_class +