Interface for variable handlers.
Source for this file: /Workflow/src/interfaces/variable_handler.php
Version: | //autogen// |
public void |
load(
$execution
, $variableName
)
Load the variable $variableName that is handled by this handler. |
public void |
save(
$execution
, $variableName
, $value
)
Save the variable $variableName that is handled by the variable handler with the value $value. |
Load the variable $variableName that is handled by this handler.
Name | Type | Description |
---|---|---|
$execution |
ezcWorkflowExecution | |
$variableName |
string |
Save the variable $variableName that is handled by the variable handler with the value $value.
Name | Type | Description |
---|---|---|
$execution |
ezcWorkflowExecution | |
$variableName |
string | |
$value |
mixed |