PHP Interface ezcWorkflowVariableHandler, Workflow

Afficher le fichier Open project: zetacomponents/workflow

Méthodes publiques

Méthode 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 méthode

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

save() public méthode

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