PHP Interface ezcWorkflowVariableHandler, Workflow

Show file Open project: zetacomponents/workflow

Public Methods

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.

Method Details

load() public method

Load the variable $variableName that is handled by this handler.
public load ( ezcWorkflowExecution $execution, string $variableName )
$execution ezcWorkflowExecution
$variableName string

save() public method

Save the variable $variableName that is handled by the variable handler with the value $value.
public save ( ezcWorkflowExecution $execution, string $variableName, mixed $value )
$execution ezcWorkflowExecution
$variableName string
$value mixed