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
+