PHP Интерфейс ezcWorkflowVariableHandler, Workflow

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

load() публичный Метод

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

save() публичный Метод

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