com.caucho.quercus.lib
Class CoreModule

java.lang.Object
  extended by com.caucho.quercus.module.AbstractQuercusModule
      extended by com.caucho.quercus.lib.CoreModule
All Implemented Interfaces:
QuercusModule

public class CoreModule
extends AbstractQuercusModule

To represent "core" constants and functions.


Field Summary
static long PHP_INT_MAX
           
 
Fields inherited from class com.caucho.quercus.module.AbstractQuercusModule
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER
 
Constructor Summary
CoreModule()
           
 
Method Summary
 java.util.Map<StringValue,Value> getConstMap()
           
 java.lang.String[] getLoadedExtensions()
          Returns the extensions loaded by the module.
 
Methods inherited from class com.caucho.quercus.module.AbstractQuercusModule
addConstant, addConstant, addConstant, getIniDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHP_INT_MAX

public static final long PHP_INT_MAX
See Also:
Constant Field Values
Constructor Detail

CoreModule

public CoreModule()
Method Detail

getLoadedExtensions

public java.lang.String[] getLoadedExtensions()
Returns the extensions loaded by the module.

Specified by:
getLoadedExtensions in interface QuercusModule
Overrides:
getLoadedExtensions in class AbstractQuercusModule

getConstMap

public java.util.Map<StringValue,Value> getConstMap()
Specified by:
getConstMap in interface QuercusModule
Overrides:
getConstMap in class AbstractQuercusModule