Q_Bootstrap Class
Q Bootstrap class
Item Index
Methods
- addAlias static
- checkRequirements static
- checkRequirementsApp static
- configure static
- defineFunctions static
- prevErrorHandler static
- prevExceptionHandler static
- registerAutoload static
- registerErrorHandler static
- registerExceptionHandler static
- registerShutdownFunction static
- revertSlashes static
- setDefaultTimezone static
- setIncludePath static
- setResponseBuffered static
- setResponseBuffered static
- shutdownFunction static
Properties
- $plugins static
- $prev_error_handler static
- $prev_exception_handler static
Events
Methods
addAlias
()
static
Adds the first alias to the configuration
checkRequirements
(
Boolean
static
-
[$plugins=null]
Parameters:
-
[$plugins=null]
Array optional
Returns:
Boolean:
checkRequirementsApp
()
static
configure
(
static
-
boolean
Loads the configuration and plugins in the right order
Parameters:
-
boolean
Object[$force_reload=false] If true, forces the reload of the cache. Otherwise it happens only if Q/configServer/interval seconds have passed since the last time.
defineFunctions
()
static
prevErrorHandler
()
Callable
static
Returns:
Callable:
prevExceptionHandler
()
Callable
static
Returns:
Callable:
registerAutoload
()
static
registerErrorHandler
()
static
registerExceptionHandler
()
static
registerShutdownFunction
()
static
revertSlashes
(
static
-
[$to_strip=null]
Used to undo the mangling done by magic_quotes_gpc
Parameters:
-
[$to_strip=null]
String optionalThe string or array to revert. If null, reverts all the PHP input arrays.
setDefaultTimezone
()
static
setIncludePath
()
static
setResponseBuffered
()
static
Sets whether the response is buffered from the config, if any
setResponseBuffered
()
static
Sets whether the response is buffered from the config, if any