Path

ez components / documentation / api reference / 2009.1.2 / workflow


eZ Components 2009.1.2

Workflow: ezcWorkflowVariableHandler

[ Tutorial ] [ Theoretical background ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcWorkflowVariableHandler

Interface for variable handlers. [source]

Method Summary

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.

Methods

load

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

Parameters

Name Type Description
$execution ezcWorkflowExecution  
$variableName string  

save

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

Parameters

Name Type Description
$execution ezcWorkflowExecution  
$variableName string  
$value mixed  

Last updated: Tue, 01 Sep 2009