The base Transition interface
array |
getInitialStates()
Returns the array of states that supports this transition |
|
string |
getState()
Returns the state resulting of this transition |
|
mixed |
process( StateMachine $stateMachine)
Process the transition |
|
string |
getName()
Returns the name of the transition |
public array
getInitialStates()
Returns the array of states that supports this transition
Return Value |
|
---|
public string
getState()
Returns the state resulting of this transition
Return Value |
|
---|
public mixed
process( StateMachine $stateMachine)
public string
getName()
Returns the name of the transition
Return Value |
|
---|