(PHP 5, PHP 7)
Checks if a subclass
public bool ReflectionClass::isSubclassOf ( string $class )
Checks if the class is a subclass of a specified class or implements a specified interface.
Parameters:
class
The class name being checked against.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
ReflectionClass::isInterface() -
Please login to continue.