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

If status "A" has a transition to status "B", then it only means that it is possible to go from status "A" to status "B".
Показать файл Открыть проект

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

Метод Описание
getEndStatus ( ) : raoul2000\workflow\base\StatusInterface Returns the Status instance that is the destination status.
getId ( ) : string
getStartStatus ( ) : raoul2000\workflow\base\StatusInterface Returns the Status instance that is the starting point fo the transition.

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

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

Returns the Status instance that is the destination status.
public getEndStatus ( ) : raoul2000\workflow\base\StatusInterface
Результат raoul2000\workflow\base\StatusInterface the Status instance this transition ends to

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

public getId ( ) : string
Результат string the transition id

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

Returns the Status instance that is the starting point fo the transition.
public getStartStatus ( ) : raoul2000\workflow\base\StatusInterface
Результат raoul2000\workflow\base\StatusInterface the Status instance this transition starts from