-
-
Notifications
You must be signed in to change notification settings - Fork 450
[FEAT] Added Mage_Core_Observer_Interface with execute() method
#4712
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
Conversation
|
Does that mean the XML structure also changes? (When you "register" a observer) |
There is no change in XML structure. If the observer implements the interface, you dont need to set a method in XML, because it uses |
|



Extracted that from #4697.