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.0-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 309
- 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 262
- Signature: protected function addConfigPathIndex()
createAltConfig()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 134
- Signature: protected function createAltConfig($update_from_config)
- Parameters:
- $update_from_config
dropOldCaches()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 323
- 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 252
- Signature: public function post_update($old_vers,$new_vers)
- Parameters:
- Returns: boolean
updateConfigProcessed()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 292
- Signature: protected function updateConfigProcessed()
updateConfigStatus()
- Defined in i2ce/lib/I2CE_Module_Core.php on line 345
- 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 334
- Signature: protected function updateToInnoDB()
upgrade()
Upgrades the modules
- Defined in i2ce/lib/I2CE_Module_Core.php on line 93
- 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()
getCLIHooks()
This public method is inherited from I2CE_Module->getCLIHooks()
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()