A simple events dispatcher for Silverstripe, with events that can be started via YAML config
Stars
4
Forks
2
Watchers
4
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
3
commits
1
commits
Listen function now plays correctly with namespacing
9468af2View on GitHubENHANCEMENT: Can now have multiple namespaces separated by dots (acts more like jQuery events)
f46b6d1View on GitHubFIX: Inject dispatcher directly rather than interface
31a1934View on GitHubAdded ability to call a global event handler (*), which accepts one argument (array of args)
50d6754View on GitHub