ReflectionProperty::getDeclaringClass

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getDeclaringClassGets declaring class

說明

public ReflectionProperty::getDeclaringClass(): ReflectionClass

Gets the declaring class.

參數

此函數沒有參數。

返回值

A ReflectionClass object.

參見