Class: I2CE Module Core (Development)
This article describes the class I2CE_Module_Core .
- Extends the class: I2CE_Module.
- Location: Part of the module I2CE in the package I2CE 4.1-dev
- Source: Defined in the file lib/I2CE_Module_Core.php on line 31
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Module_Core @todo Better Documentation
Methods
_runStatementList()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 439
- Signature: static private function _runStatementList($statements)
- Parameters:
- $statements
- Default Value: null
- $statements
action_initialize()
Method called when the module is enabled for the first time. @param boolean -- returns true on success. false on error.
- Defined in i2ce/lib/I2CE_Module_Core.php on line 52
- Signature: public function action_initialize()
addConfigPathIndex()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 392
- Signature: protected function addConfigPathIndex()
createAltConfig()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 284
- Signature: protected function createAltConfig($update_from_config)
- Parameters:
- $update_from_config
createMongoDBConfig()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 163
- Signature: protected function createMongoDBConfig($update_from_config_alt)
- Parameters:
- $update_from_config_alt
dropOldCaches()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 453
- Signature: protected function dropOldCaches()
getHooks()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 33
- Signature: static public function getHooks()
post_update()
Post Update this module if necessar
- Defined in i2ce/lib/I2CE_Module_Core.php on line 382
- Signature: public function post_update($old_vers,$new_vers)
- Parameters:
- Returns: boolean
setupMagicDataStorage()
Setup the magic data storage
- Defined in i2ce/lib/I2CE_Module_Core.php on line 82
- Signature: public function setupMagicDataStorage($old_config_values)
- Parameters:
- array $old_config_values
If non-null set the new storage to have these magic data values- Default Value: null
- array $old_config_values
- Returns: boolean.
True on success
updateConfigAltToLong()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 273
- Signature: protected function updateConfigAltToLong()
updateConfigProcessed()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 422
- Signature: protected function updateConfigProcessed()
updateConfigStatus()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 475
- Signature: protected function updateConfigStatus()
updateLocales()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 40
- Signature: public function updateLocales($args)
- Parameters:
- $args
updateToInnoDB()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 464
- Signature: protected function updateToInnoDB()
upgrade()
Upgrades the modules
- Defined in i2ce/lib/I2CE_Module_Core.php on line 109
- Signature: public function upgrade($old_vers,$new_vers)
- Parameters:
- Returns: boolean
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
getMethods()
This public method is inherited from I2CE_Module->getMethods()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()