Class: I2CE BackgroundProcess (4.1.7)

From IHRIS Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


This article describes the class I2CE_BackgroundProcess .

I2CE_BackgroundProcess

Methods

getLogDir()

Returns the log directory for background process. It will attempt to create it if it is not there. @returnn mixed string the logDirectory or false on failure/inaccessable

getMethods()

launchBackgroundPHPScript()

  • Defined in i2ce/modules/BackgroundProcess/I2CE_BackgroundProcess.php on line 145
  • Signature: static public function launchBackgroundPHPScript($obj,$script,$cl_args,$wd)
  • Parameters:
    • mixed $obj
      The calling object
    • string $script
      The php script
    • mixed $cl_args
      String or array of string, the command line arguments. Defualts to empty arra.
      • Default Value: array()
    • string $wd
      Workking directory. Default to null
      • Default Value: null

launchBackgroundPage()

launchBackgroundProcess()

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()

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

userMessage()

This method is inherited from I2CE_Fuzzy->userMessage()