ReflectionProperty
package php.reflection
implements Reflector
Available on php
Static variables
staticfinalread onlyIS_:Int
staticfinalread onlyIS_PRIVATE:Int
staticfinalread onlyIS_PROTECTED:Int
staticfinalread onlyIS_STATIC:Int
Static methods
staticexport(className:Dynamic, name:String, ?returnValue:Bool):String
Constructor
new(cls:Dynamic, name:String)
Variables
name:String
Methods
__toString():String
getDeclaringClass():ReflectionClass
getDocComment():String
getModifiers():Int
getName():String
getValue(?object:{}):Dynamic
isPrivate():Bool
isProtected():Bool
isPublic():Bool
isStatic():Bool
setAccessible(accessible:Bool):Void
setValue(object:{}, value:Dynamic):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/php/reflection/ReflectionProperty.html