ReflectionClass::isSubclassOf
Checks if a subclass
Beschreibung
public bool ReflectionClass::isSubclassOf
( string $class
)
Parameter-Liste
-
class
-
The class name being checked against.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- ReflectionClass::isInterface
- ReflectionClass::implementsInterface
- is_subclass_of
- get_parent_class