'bar' ); public function load( ezcWorkflowExecution $execution, $variableName ) { return $this->storage[$variableName]; } public function save( ezcWorkflowExecution $execution, $variableName, $value ) { $this->storage[$variableName] = $value; } } ?>