Hello,
As the title say - I'm trying to add new parameter to table insert() method using extension.
In my extension model I've created a class which extends said table and I've added new method there with exact same signature as in base table, only with new parameter. Then when I try to call insert in extension model class, it doesn't recognise my change. Is it possible to override base methods this way? Is there other solution to this problem?
Regards,
Lukasz Wozniak
*This post is locked for comments
I have the same question (0)