ReflectionClass::getParentClass

親クラスを取得する

説明

public ReflectionClassfalse ReflectionClass::getParentClass()

親クラスを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

ReflectionClass を返します。 親が存在しない場合は、false を返します。

参考

  • ReflectionClass::__construct