ReflectionClass::getParentClass

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getParentClassGets parent class

Beschreibung

public ReflectionClass::getParentClass(): ReflectionClass|false

Get the parent class.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

A ReflectionClass or false if there's no parent.

Siehe auch