ReflectionClass::isSubclassOf
(PHP 5)
ReflectionClass::isSubclassOf — Checks if a subclass
Descrierea
public bool ReflectionClass::isSubclassOf
( string
$class
)Checks if the class is a subclass of a specified class or implements a specified interface.
Parametri
-
class -
The class name being checked against.
Valorile întoarse
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
Vedeți de asemenea
- ReflectionClass::isInterface() - Checks if the class is an interface
- ReflectionClass::implementsInterface() - Implements interface
- is_subclass_of() - Checks if the object has this class as one of its parents
- get_parent_class() - Retrieves the parent class name for object or class
There are no user contributed notes for this page.
