Fork me on Github

Interface Finite\ StatefulInterface

Implementing this interface make an object Stateful and able to be handled by the state machine

Methods

string getFiniteState()

Sets the object state

setFiniteState( string $state)

Sets the object state

Details

public string getFiniteState()

Sets the object state

Return Value
string

public setFiniteState( string $state)

Sets the object state

Parameters
string $state