FSM
FSM copied to clipboard
PHP Finite State Machine
Results
1
FSM issues
Sort by
recently updated
recently updated
newest added
I namespaced fsm.php into my own application library, and bumped into a constructor issue. `new lib\FSM('START', $this->payload);` doesn't actually set initialstate and currentstate, because the FSM() method is not seen...