ReflectionProperty::getAttributes

(PHP 8)

ReflectionProperty::getAttributesGets Attributes

说明

public ReflectionProperty::getAttributes ( string $name = null , int $flags = 0 ) : array

Returns all attributes declared on this class property as an array of ReflectionAttribute.

Warning

本函数还未编写文档,仅有参数列表。

参数

name

flags

返回值

Array of attributes, as a ReflectionAttribute object.

User Contributed Notes

There are no user contributed notes for this page.