在线文档教程
PHP
反射 | Reflection

ReflectionProperty::getDeclaringClass

ReflectionProperty::getDeclaringClass

(PHP 5, PHP 7)

ReflectionProperty :: getDeclaringClass - 获取声明类

描述

public ReflectionClass ReflectionProperty::getDeclaringClass ( void )

获取声明类。

警告

此功能目前没有记录; 只有它的参数列表可用。

参数

该功能没有参数。

返回值

一个ReflectionClass对象。

← ReflectionProperty::export

ReflectionProperty::getDocComment →