yohang / Finite

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

[Feature request] Add custom properties for transition #75

Closed ksn135 closed 8 years ago

ksn135 commented 9 years ago

It will be very nice to add custom properties to Transition class with method(s?) to retrieve them all or their values from Transition object. Custom properties ONLY on states is not enough. I need to hold many additional information about transitions, used in my buisness-processes. Custom properties in transition is very good place to store such kind of information. IMHO, it will be a great additional feature to your bundle and also it helps me a lot in my project. @yohang What do you think about it ?

yohang commented 9 years ago

That's something planned for a while, it'll be a good new feature.

yohang commented 8 years ago

Closing as two PRs are open : #78, #97.