ReflectionClass::isSubclassOf

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isSubclassOfChecks if a subclass

Descrizione

public ReflectionClass::isSubclassOf(ReflectionClass|string $class): bool

Checks if the class is a subclass of a specified class or implements a specified interface.

Elenco dei parametri

class

Either the name of the class as string or a ReflectionClass object of the class to check against.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche: