Reflection ReflectionProperty::getDeclaringClass

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getDeclaringClass — 클래스 선언을 가져옵니다.


설명

public ReflectionProperty::getDeclaringClass(): ReflectionClass

선언하는 클래스를 가져옵니다.


매개변수

이 함수에는 매개변수가 없습니다.


반환 값

ReflectionClass 개체입니다.


기타