Class: I2CE MootoolsCore (4.1.6)
This article describes the class I2CE_MootoolsCore .
- Extends the class: I2CE_Module.
- Location: Part of the module MooTools in the package I2CE 4.1.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
Variables
$uses_dropdown
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 57
- Type: protected $uses_dropdown
Methods
_decode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 184
- Signature: static protected function _decode_equals($data)
- Parameters:
- $data
_encode_equals()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 130
- Signature: static protected function _encode_equals($data)
- Parameters:
- $data
decode()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 109
- 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 168
- Signature: static public function decode_equals($data)
- Parameters:
- $data
decode_json()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 160
- Signature: static public function decode_json($data)
- Parameters:
- $data
encode()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 90
- 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 147
- Signature: static public function encode_equals($data)
- Parameters:
- $data
getClassValue()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 385
- Signature: public function getClassValue($obj,$node,$key,$default_val)
- Parameters:
- $obj
- $node
- $key
- $default_val
- Default Value: null
getHooks()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 36
- Signature: static public function getHooks()
getMethods()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 42
- Signature: static public function getMethods()
loadClassValues()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 397
- 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 206
- Signature: static protected function loadKeyValPairs($input,$data,$all,$keep_encoding)
- Parameters:
- $input
- &$data
- $all
- Default Value: false
- $keep_encoding
- Default Value: false
processScripts()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 74
- Signature: public function processScripts($page)
- Parameters:
- $page
setClassValue()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 422
- 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 427
- Signature: public function setClassValues($obj,$node,$vals,$encoding)
- Parameters:
- $obj
- $node
- $vals
- $encoding
- Default Value: '='
useDropDown()
- Defined in i2ce/modules/MooTools/modules/Core/I2CE_MootoolsCore.php on line 60
- Signature: public function useDropDown($obj)
- Parameters:
- $obj
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()
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()