I have a problem to make a PHP call via a template modification.
For example, I want to call testMethod inside my Listener class passing a string parameter. After some calculations I want that method returns to the template the result like an html/string.
Is it possible?
For example, I want to call testMethod inside my Listener class passing a string parameter. After some calculations I want that method returns to the template the result like an html/string.
Is it possible?