formateTemplateClass non-static method
MartkCz opened this issue · 0 comments
MartkCz commented
Version: dev-master
Is there a reason, why formatTemplateClass is static?
I want override the method, but I can't because it calls self:: instead of static::. Non-static method is good, when template class name depends on the action.