PHP Класс ServiceObjectWithConstructor, Workflow

Наследование: implements ezcWorkflowServiceObject
Показать файл Открыть проект

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

Метод Описание
__construct ( ) Constructor.
__toString ( ) : string Returns a textual representation of this service object.
execute ( ezcWorkflowExecution $execution ) : boolean Executes the business logic of this service object.

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

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

Constructor.
public __construct ( )

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

Returns a textual representation of this service object.
public __toString ( ) : string
Результат string

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

Executes the business logic of this service object.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Результат boolean $executionFinished