![]() |
CMS
Version 3.9
|
Provides a central management class for event handlers and common functionality for the process component. More...
Public Member Functions | |
ProcessManager ($id="") | |
run ($action, $params=array()) | |
Spawns the specified action as a background process under the current user's credentials. More... | |
put ($key, $value) | |
get ($key) | |
setProgress ($status, $message, $percentage) | |
Static Public Member Functions | |
static | setDefaults () |
static | upgradeComponent ($version) |
Public Attributes | |
$id | |
$cache | |
Provides a central management class for event handlers and common functionality for the process component.
Definition at line 45 of file process_manager.inc.
ProcessManager::get | ( | $key | ) |
Definition at line 114 of file process_manager.inc.
ProcessManager::ProcessManager | ( | $id = "" | ) |
Definition at line 50 of file process_manager.inc.
ProcessManager::put | ( | $key, | |
$value | |||
) |
Definition at line 109 of file process_manager.inc.
ProcessManager::run | ( | $action, | |
$params = array() |
|||
) |
Spawns the specified action as a background process under the current user's credentials.
string | $action | the action handler to use to handle the request |
array | $params | (optional) array of parameters to pass to the spawned process |
Definition at line 76 of file process_manager.inc.
|
static |
Definition at line 128 of file process_manager.inc.
ProcessManager::setProgress | ( | $status, | |
$message, | |||
$percentage | |||
) |
Definition at line 119 of file process_manager.inc.
|
static |
Definition at line 134 of file process_manager.inc.
ProcessManager::$cache |
Definition at line 48 of file process_manager.inc.
ProcessManager::$id |
Definition at line 47 of file process_manager.inc.