ReflectionClass::isSubclassOf

(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() -

ReflectionClass::implementsInterface() -

is_subclass_of() -

get_parent_class() -

doc_php
2016-02-24 16:13:25
Comments
Leave a Comment

Please login to continue.