|
get_parent_classRetrieves the parent class name for object or class Description
stringfalse get_parent_class(objectstring
$object_or_class = ?)Retrieves the parent class name for object or class. Parameters
Return Values
Returns the name of the parent class of the class of which
If the object does not have a parent or the given class does not exist,
Changelog
Examples
Example #1 Using get_parent_class
The above example will output: I'm Dad's son I'm Dad's son too See Also
|