ReflectionClass::isSubclassOf
Checks if a subclass
Description
public bool ReflectionClass::isSubclassOf(ReflectionClassstring $class
)
Parameters
-
class
-
Either the name of the class as string or
a ReflectionClass object of the class to check against.
Return Values
Returns true
on success or false
on failure.
See Also
- ReflectionClass::isInterface
- ReflectionClass::implementsInterface
- is_subclass_of
- get_parent_class