yohang / Finite

A Simple PHP Finite State Machine
http://yohan.giarel.li/Finite
MIT License
1.31k stars 187 forks source link

Feature: callbacks on states and transitions #125

Open OskHa opened 8 years ago

OskHa commented 8 years ago

The purpose of this pull request is to make it painless to display callback informations for states and transitions. Personally i use this to extend the information on my graphviz graphs.

RonRademaker commented 8 years ago

This PR breaks a lot of backwards compatibility by adding methods to an interface and dropping support for older PHP versions. Is there no way to accomplish these things without?

OskHa commented 8 years ago

i will have a look on that over the weekend.