public class ReflectionObject extends ReflectionClass
_name, IS_EXPLICIT_ABSTRACT, IS_FINAL, IS_IMPLICIT_ABSTRACT
Modifier | Constructor and Description |
---|---|
protected |
ReflectionObject(QuercusClass cls) |
Modifier and Type | Method and Description |
---|---|
static ReflectionObject |
__construct(Env env,
Value val) |
static java.lang.String |
export(Env env,
Value object,
boolean isReturn) |
java.lang.String |
toString() |
getConstant, getConstants, getConstructor, getDefaultProperties, getDocComment, getEndLine, getExtension, getExtensionName, getFileName, getInterfaces, getMethod, getMethods, getModifiers, getName, getNamespaceName, getParentClass, getProperties, getProperty, getQuercusClass, getShortName, getStartLine, getStaticProperties, getStaticPropertyValue, hasConstant, hasMethod, hasProperty, implementsInterface, inNamespace, isAbstract, isFinal, isInstance, isInstantiable, isInterface, isInternal, isIterateable, isSubclassOf, isUserDefined, newInstance, newInstanceArgs, setStaticPropertyValue
protected ReflectionObject(QuercusClass cls)
public static ReflectionObject __construct(Env env, Value val)
public java.lang.String toString()
toString
in class ReflectionClass