Missing <class> in Mage_Core Helper Factory Declaration #3978
-
I'm currently working on a module creating Advanced Metadata to be used e.g. in PHPStorm or the language server Intelephense. The factory method ( My question simply is if anyone knows a (historical/legacy) reason for this and if there could be any drawbacks to just adding the missing class element. If not I would prepare a PR. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the meantime I realized that this fallback is in more widespread use than expected when I wrote this question. So I implemented a way to deal with the fallback logic without the need for complete definitions in the factory nodes (helpers, models, blocks). |
Beta Was this translation helpful? Give feedback.
In the meantime I realized that this fallback is in more widespread use than expected when I wrote this question. So I implemented a way to deal with the fallback logic without the need for complete definitions in the factory nodes (helpers, models, blocks).
With that realization I can answer this question with "it's optional" to myself.