PHP Класс ezcWorkflowExecutionNonInteractive, Workflow

This workflow execution engine can only execute workflows that do not have any Input and/or SubWorkflow nodes.
Наследование: extends ezcWorkflowExecution
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__set ( string $propertyName, mixed $val ) Property write access.

Защищенные методы

Метод Описание
doEnd ( ) End workflow execution.
doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution Returns a new execution object for a sub workflow.
doResume ( ) Resume workflow execution.
doStart ( integer $parentId ) Start workflow execution.
doSuspend ( ) Suspend workflow execution.

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

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

Property write access.
public __set ( string $propertyName, mixed $val )
$propertyName string Name of the property.
$val mixed The value for the property.

doEnd() защищенный Метод

End workflow execution.
protected doEnd ( )

doGetSubExecution() защищенный Метод

Returns a new execution object for a sub workflow.
protected doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution
$id integer
Результат ezcWorkflowExecution

doResume() защищенный Метод

Resume workflow execution.
protected doResume ( )

doStart() защищенный Метод

Start workflow execution.
protected doStart ( integer $parentId )
$parentId integer

doSuspend() защищенный Метод

Suspend workflow execution.
protected doSuspend ( )