PHP Class ServiceObjectThatDoesNotFinish, Workflow

Inheritance: implements ezcWorkflowServiceObject
Datei anzeigen Open project: zetacomponents/workflow

Public Methods

Method 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 method

Returns a textual representation of this service object.
public __toString ( ) : string
return string

execute() public method

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