(PHP 5, PHP 7)
ReflectionClass::isSubclassOf — Checks if a subclass
Checks if the class is a subclass of a specified class or implements a specified interface.
class
Either the name of the class as string or a ReflectionClass object of the class to check against.
Retorna true
em caso de sucesso ou false
em caso de falha.