Jump to content

How to Call $this->() statically ?


venditdevs

Recommended Posts

You created a class called VMSHandler which extends ObjectModel?

 

Classes have no translation function, because they are a data model, not intended to be translated for a UI.  If you have a function inside a class object that is performing translation, then you should refactor it and move the translation to the view (template).

 

If you can better describe what you are trying to accomplish, I might be able to provide better direction

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...