Method | Description | |
---|---|---|
load ( ezcWorkflowExecution $execution, string $variableName ) | Load the variable $variableName that is handled by this handler. | |
save ( ezcWorkflowExecution $execution, string $variableName, mixed $value ) | Save the variable $variableName that is handled by the variable handler with the value $value. |