PHP 인터페이스 ezcWorkflowVariableHandler, Workflow

파일 보기 프로젝트 열기: zetacomponents/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