is_subclass_of
Returns &true; if the object has this class as one of its parents
Description
boolis_subclass_of
objectobject
stringclass_name
This function returns &true; if the object
object, belongs to a class which is a
subclass of class_name, &false; otherwise.
is_subclass_of example
]]>
See also get_class,
get_parent_class and
is_a.