(PHP 5, PHP 7)
ReflectionClass::isSubclassOf — Checks if a subclass
$class
) : boolChecks if the class is a subclass of a specified class or implements a specified interface.
classThe class name being checked against.
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.