多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] ## 语法 ``` ReflectionProperty::__clone — Clone ReflectionProperty::__construct — Construct a ReflectionProperty object ReflectionProperty::export — Export ReflectionProperty::getDeclaringClass — Gets declaring class ReflectionProperty::getDefaultValue — Returns the default value declared for a property ReflectionProperty::getDocComment — Gets the property doc comment ReflectionProperty::getModifiers — Gets the property modifiers ReflectionProperty::getName — Gets property name ReflectionProperty::getType — Gets a property's type ReflectionProperty::getValue — Gets value ReflectionProperty::hasDefaultValue — Checks if property has a default value declared ReflectionProperty::hasType — Checks if property has a type ReflectionProperty::isDefault — Checks if property is a default property ReflectionProperty::isInitialized — Checks whether a property is initialized ReflectionProperty::isPrivate — Checks if property is private ReflectionProperty::isProtected — Checks if property is protected ReflectionProperty::isPublic — Checks if property is public ReflectionProperty::isStatic — Checks if property is static ReflectionProperty::setAccessible — Set property accessibility ReflectionProperty::setValue — Set property value ReflectionProperty::__toString — To string ```