Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: callbacks on states and transitions #125

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

OskHa
Copy link

@OskHa OskHa commented Jul 26, 2016

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.

  • extended the interfaces
  • added method on state machine to list all callbacks
  • added method on states and transitions to list their callbacks
  • global callbacks are ignored

@RonRademaker
Copy link
Contributor

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
Copy link
Author

OskHa commented Jul 28, 2016

i will have a look on that over the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants