php / 8.1.5 / reflectionclass.issubclassof.html /

ReflectionClass::isSubclassOf

(PHP 5, PHP 7, PHP 8)

ReflectionClass::isSubclassOfChecks if a subclass

Description

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

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

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

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclass.issubclassof.php