ReflectionClass::getParentClass
PHP Manual
PHP Manual»ReflectionClass»ReflectionClass::getParentClass

ReflectionClass::getParentClass

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getParentClassGets parent class

Descrizione

public function ReflectionClass::getParentClass(): ReflectionClass|false

Get the parent class.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

A ReflectionClass or false if there's no parent.

Vedere anche:

To Top