PHP Class ezcWorkflowExecutionNonInteractive, Workflow

This workflow execution engine can only execute workflows that do not have any Input and/or SubWorkflow nodes.
Inheritance: extends ezcWorkflowExecution
Afficher le fichier Open project: zetacomponents/workflow Class Usage Examples

Méthodes publiques

Méthode Description
__set ( string $propertyName, mixed $val ) Property write access.

Méthodes protégées

Méthode Description
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.

Method Details

__set() public méthode

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

doEnd() protected méthode

End workflow execution.
protected doEnd ( )

doGetSubExecution() protected méthode

Returns a new execution object for a sub workflow.
protected doGetSubExecution ( integer $id = null ) : ezcWorkflowExecution
$id integer
Résultat ezcWorkflowExecution

doResume() protected méthode

Resume workflow execution.
protected doResume ( )

doStart() protected méthode

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

doSuspend() protected méthode

Suspend workflow execution.
protected doSuspend ( )