Uses of Class
com.caucho.quercus.annotation.This

Packages that use This
com.caucho.quercus.lib   
com.caucho.quercus.lib.spl   
 

Uses of This in com.caucho.quercus.lib
 

Method parameters in com.caucho.quercus.lib with annotations of type This
static Value ExceptionClass.__construct(Env env, ObjectValue value, StringValue message, int code, Value previous)
          Create a new exception API object.
static Value ExceptionClass.__toString(Env env, ObjectValue value)
          Returns a String representation of this Exception.
static Value ExceptionClass.getCode(Env env, ObjectValue obj)
          Returns the code.
static Value ExceptionClass.getFile(Env env, ObjectValue obj)
          Returns the file.
static Value ExceptionClass.getJavaException(Env env, Value obj)
          Returns the trace.
static Value ExceptionClass.getLine(Env env, ObjectValue obj)
          Returns the line.
static Value ExceptionClass.getMessage(Env env, ObjectValue obj)
          Returns the message.
static Value ExceptionClass.getPrevious(Env env, Value obj)
          Returns the previous exception.
static Value ExceptionClass.getTrace(Env env, Value obj)
          Returns the trace.
static Value ExceptionClass.getTraceAsString(Env env, Value obj)
          Returns the trace.
static Value UrlModule.http_build_query(Env env, Value obj, Value formdata, StringValue numeric_prefix, StringValue separator)
           
 

Uses of This in com.caucho.quercus.lib.spl
 

Constructor parameters in com.caucho.quercus.lib.spl with annotations of type This
ArrayIterator(Env env, Value qThis, Value value, int flags)