-
Notifications
You must be signed in to change notification settings - Fork 7
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
add support trigger($eventName) and Cake\EventManager proxy #119
Conversation
Thanks This interface define a compatible event |
because it make hard to implement proxy for other Event Manager, it will get error like: |
Yes without this step your events could not support Maybe we rename (I follow your old feedback) this |
Ok, I understand, I will try to create separate PR for alternative that uses PennyEventInterface and proxy sample for cakephp. Warm regards, Abdul Malik Ikhsan Pada 16 Nov 2015, pukul 15.32, Gianluca Arbezzano notifications@github.com menulis:
|
Thanks :) |
closing in favor of #120 |
@gianarb re-open, probably add another method: |
re-closing, seems not possible :p |
Hm...., how about add triggerByEventName() ? Warm regards, Abdul Malik Ikhsan Pada 16 Nov 2015, pukul 15.56, Gianluca Arbezzano notifications@github.com menulis:
|
@gianarb this is to prove #118 and added
Cake\EventManager
proxy to prove ;)