Dispatch custom event for all methods that extends a parent method
I’m developing a module that will be extended by other modules. Here I will call the parent module as parent and the “child” module (the module that will extend the classes from parent) as child. I have an abstract class… Read More »Dispatch custom event for all methods that extends a parent method