Uses of Class
com.caucho.quercus.lib.reflection.ReflectionProperty

Packages that use ReflectionProperty
com.caucho.quercus.lib.reflection   
 

Uses of ReflectionProperty in com.caucho.quercus.lib.reflection
 

Methods in com.caucho.quercus.lib.reflection that return ReflectionProperty
static ReflectionProperty ReflectionProperty.__construct(Env env, java.lang.String clsName, StringValue propName)
           
protected static ReflectionProperty ReflectionProperty.create(Env env, QuercusClass cls, StringValue propName, boolean isStatic)
           
 ReflectionProperty ReflectionClass.getProperty(Env env, StringValue name)