PHP Class ServiceObjectThatDoesNotFinish, Workflow

Inheritance: implements ezcWorkflowServiceObject
Afficher le fichier Open project: zetacomponents/workflow

Méthodes publiques

Méthode Description
__toString ( ) : string Returns a textual representation of this service object.
execute ( ezcWorkflowExecution $execution ) : boolean Executes the business logic of this service object.

Method Details

__toString() public méthode

Returns a textual representation of this service object.
public __toString ( ) : string
Résultat string

execute() public méthode

Executes the business logic of this service object.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Résultat boolean $executionFinished