PHP Интерфейс raoul2000\workflow\base\WorkflowInterface

Показать файл Открыть проект

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

Метод Описание
getAllStatuses ( ) : raoul2000\workflow\base\StatusInterface[] Returns an array containing all Status instances belonging to this workflow.
getId ( ) : string Returns the id of this workflow
getInitialStatus ( ) : raoul2000\workflow\base\StatusInterface Returns the initial status instance for this workflow.
getInitialStatusId ( ) : string Returns the id of the initial status for this workflow.

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

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

Returns an array containing all Status instances belonging to this workflow.
public getAllStatuses ( ) : raoul2000\workflow\base\StatusInterface[]
Результат raoul2000\workflow\base\StatusInterface[] status list belonging to this workflow

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

Returns the id of this workflow
public getId ( ) : string
Результат string the workflow id

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

Returns the initial status instance for this workflow.
public getInitialStatus ( ) : raoul2000\workflow\base\StatusInterface
Результат raoul2000\workflow\base\StatusInterface the initial status instance

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

Returns the id of the initial status for this workflow.
public getInitialStatusId ( ) : string
Результат string status id