Class: I2CE MootoolsCore (4.0.6)
This article describes the class I2CE_MootoolsCore .
- Extends the class: I2CE_Module.
- Location: Part of the module MooTools in the package I2CE 4.0.6-release
- Source: Defined in the file modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 33
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v3.2
@filesource Class I2CE_MootoolsCore
Methods
_decode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 144
- Signature: static protected function _decode_equals($data)
- Parameters:
- $data
_encode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 90
- Signature: static protected function _encode_equals($data)
- Parameters:
- $data
decode()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 69
- Signature: static public function decode($type,$data,$desingle_quote)
- Parameters:
- $type
- $data
- $desingle_quote
- Default Value: false
decode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 128
- Signature: static public function decode_equals($data)
- Parameters:
- $data
decode_json()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 120
- Signature: static public function decode_json($data)
- Parameters:
- $data
encode()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 50
- Signature: static public function encode($type,$data,$single_quote)
- Parameters:
- $type
- $data
- $single_quote
- Default Value: true
encode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 107
- Signature: static public function encode_equals($data)
- Parameters:
- $data
getClassValue()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 345
- Signature: public function getClassValue($obj,$node,$key,$default_val)
- Parameters:
- $obj
- $node
- $key
- $default_val
- Default Value: null
getMethods()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 36
- Signature: static public function getMethods()
loadClassValues()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 357
- Signature: public function loadClassValues($obj,$node,$vals,$all,$keep_encoding)
- Parameters:
- $obj
- $node
- $vals
- $all
- Default Value: false
- $keep_encoding
- Default Value: false
loadKeyValPairs()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 166
- Signature: static protected function loadKeyValPairs($input,$data,$all,$keep_encoding)
- Parameters:
- $input
- &$data
- $all
- Default Value: false
- $keep_encoding
- Default Value: false
setClassValue()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 382
- Signature: public function setClassValue($obj,$node,$key,$val,$encoding)
- Parameters:
- $obj
- $node
- $key
- $val
- $encoding
- Default Value: '='
setClassValues()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 387
- Signature: public function setClassValues($obj,$node,$vals,$encoding)
- Parameters:
- $obj
- $node
- $vals
- $encoding
- Default Value: '='
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()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
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()
getHooks()
This public method is inherited from I2CE_Module->getHooks()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->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()