I think that in templates $this->getHelper() and $this->helper() are very confusing. $this->getHelper() should be sth like $this->getBlock() since this one receives block instance. Maybe I’m missing something here?
First one is helper instance, second one is block. The second function name is misleading since it’s talking about helpers, not blocks. It’s no problem since you know it, but took me some minutes to notice it
First one is helper instance, second one is block. The second function name is misleading since it’s talking about helpers, not blocks. It’s no problem since you know it, but took me some minutes to notice it
that’s weird -
Possibly a bug? - perhaps the “getHelper” is being read using the magic __call function and isn’t recognized properly?