Workflow: ezcWorkflowVariableHandler
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcWorkflowVariableHandler
|
Interface for variable handlers. [
source]
Method Summary
|
public void |
load(
$variableName )
Load the variable $variableName that is handled by this handler. |
|
public void |
save(
$variableName, $value )
Save the variable $variableName that is handled by the variable handler with the value $value. |
Methods
load
void load(
string
$variableName )
Load the variable $variableName that is handled by this handler.
Parameters
| Name |
Type |
Description |
$variableName |
string |
|
save
void save(
string
$variableName, mixed
$value )
Save the variable $variableName that is handled by the variable handler with the value $value.
Parameters
| Name |
Type |
Description |
$variableName |
string |
|
$value |
mixed |
|
Last updated: Mon, 12 Nov 2007