com.caucho.quercus.module
Class AbstractQuercusModule
java.lang.Object
com.caucho.quercus.module.AbstractQuercusModule
- All Implemented Interfaces:
- QuercusModule
- Direct Known Subclasses:
- ApacheModule, ApcModule, ArrayModule, BamModule, BcmathModule, CauchoRegexpModule, ClassesModule, CtypeModule, CurlModule, DateModule, DomModule, ErrorModule, ExifModule, FileModule, FunctionModule, GettextModule, HashModule, HtmlModule, HttpModule, ImageModule, JavaModule, JavaRegexpModule, JMSModule, JsonModule, MailModule, MathModule, MbstringModule, McryptModule, MhashModule, MiscModule, MysqliModule, MysqlModule, NetworkModule, OptionsModule, OracleModule, OutputModule, PDFModule, PDOModule, PostgresModule, QuercusDOMModule, QuercusModule, ReflectionModule, RegexpModule, ResinModule, SessionModule, SimpleXMLModule, SocketModule, SplModule, StreamModule, StringModule, TokenModule, UnicodeModule, UrlModule, VariableModule, XmlModule, XMLWriterModule, ZipModule, ZlibModule
public class AbstractQuercusModule
- extends java.lang.Object
- implements QuercusModule
Represents a quercus module.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PHP_INI_USER
protected static final int PHP_INI_USER
- See Also:
- Constant Field Values
PHP_INI_PERDIR
protected static final int PHP_INI_PERDIR
- See Also:
- Constant Field Values
PHP_INI_SYSTEM
protected static final int PHP_INI_SYSTEM
- See Also:
- Constant Field Values
PHP_INI_ALL
protected static final int PHP_INI_ALL
- See Also:
- Constant Field Values
AbstractQuercusModule
public AbstractQuercusModule()
getConstMap
public java.util.Map<java.lang.String,Value> getConstMap()
- Specified by:
getConstMap in interface QuercusModule
getIniDefinitions
public IniDefinitions getIniDefinitions()
- Returns the default quercus.ini values.
- Specified by:
getIniDefinitions in interface QuercusModule
getLoadedExtensions
public java.lang.String[] getLoadedExtensions()
- Returns the extensions loaded by the module.
- Specified by:
getLoadedExtensions in interface QuercusModule