public class AbstractQuercusModule extends java.lang.Object implements QuercusModule
| Modifier and Type | Field and Description |
|---|---|
protected static int |
PHP_INI_ALL |
protected static int |
PHP_INI_PERDIR |
protected static int |
PHP_INI_SYSTEM |
protected static int |
PHP_INI_USER |
| Constructor and Description |
|---|
AbstractQuercusModule() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addConstant(java.util.Map<StringValue,Value> map,
java.lang.String name,
long value) |
protected static void |
addConstant(java.util.Map<StringValue,Value> map,
java.lang.String name,
java.lang.String value) |
protected static void |
addConstant(java.util.Map<StringValue,Value> map,
java.lang.String name,
Value value) |
java.util.Map<StringValue,Value> |
getConstMap() |
IniDefinitions |
getIniDefinitions()
Returns the default quercus.ini values.
|
java.lang.String[] |
getLoadedExtensions()
Returns the extensions loaded by the module.
|
protected static final int PHP_INI_USER
protected static final int PHP_INI_PERDIR
protected static final int PHP_INI_SYSTEM
protected static final int PHP_INI_ALL
public java.util.Map<StringValue,Value> getConstMap()
getConstMap in interface QuercusModulepublic IniDefinitions getIniDefinitions()
getIniDefinitions in interface QuercusModulepublic java.lang.String[] getLoadedExtensions()
getLoadedExtensions in interface QuercusModuleprotected static void addConstant(java.util.Map<StringValue,Value> map, java.lang.String name, Value value)
protected static void addConstant(java.util.Map<StringValue,Value> map, java.lang.String name, long value)
protected static void addConstant(java.util.Map<StringValue,Value> map, java.lang.String name, java.lang.String value)