Class: I2CE BackgroundProcess (4.0.4)

From IHRIS Wiki
Revision as of 08:39, 27 May 2010 by Litlfred (talk | contribs) (Created page with '{{otherversions|Class: I2CE_BackgroundProcess}} This article describes the class ''I2CE_BackgroundProcess'' . *Extends the class: I2CE_Module. *L…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

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

userMessage()

This method is inherited from I2CE_Fuzzy->userMessage()