PHP Class ServiceObjectWithConstructor, Workflow

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

Méthodes publiques

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

Method Details

__construct() public méthode

Constructor.
public __construct ( )

__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