get_parent_class
Retrieves the parent class name for object or class
&reftitle.description;
stringget_parent_class
objectstringobject_or_class
Retrieves the parent class name for object or class.
&reftitle.parameters;
object_or_class
The tested object or class name. This parameter is optional if called
from the object's method.
&reftitle.returnvalues;
Returns the name of the parent class of the class of which
object is an instance or the name.
If the object does not have a parent or the class given does not exist &false; will be returned.
If called without parameter outside object, this function returns &false;.
&reftitle.changelog;
&Version;
&Description;
8.0.0
The object_or_class parameter now only accepts objects or valid class names.
&reftitle.examples;
Using get_parent_class
]]>
&example.outputs;
&reftitle.seealso;
get_class
is_subclass_of
class_parents