« ReflectionReference::getId
ReflectionAttribute::__construct »
Bejson.com
PHP Manual
反射
ReflectionAttribute 类
ReflectionAttribute 类
(PHP 8)
简介
ReflectionAttribute
类提供有关
属性
的信息。
类摘要
final
class
ReflectionAttribute
{
/* 方法 */
private
__construct
()
public
getArguments
():
array
public
getName
():
string
public
getTarget
():
int
public
isRepeated
():
bool
public
newInstance
():
object
}
目录
ReflectionAttribute::__construct
— 禁止直接实例化的私有构造函数
ReflectionAttribute::getArguments
— 获取传递给属性的参数
ReflectionAttribute::getName
— 获取属性名称
ReflectionAttribute::getTarget
— 返回属性的目标位掩码
ReflectionAttribute::isRepeated
— 返回该名称的属性是否可以重复出现在一个代码元素上
ReflectionAttribute::newInstance
— 实例化由 ReflectionAttribute 类和参数表示的属性类