public class JavaModule extends AbstractQuercusModule
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER
Constructor and Description |
---|
JavaModule() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get_java_class_name(Env env,
Value value)
Returns the name of the java class.
|
static java.lang.Object |
java_class(Env env,
java.lang.String className)
Returns the static class definition of a Java class.
|
static java.lang.Object |
java(Env env,
java.lang.String className,
Value[] args)
Call the Java constructor and return the wrapped Java object.
|
addConstant, addConstant, addConstant, getConstMap, getIniDefinitions, getLoadedExtensions
public static java.lang.Object java(Env env, java.lang.String className, Value[] args)
public static java.lang.Object java_class(Env env, java.lang.String className)