Hi,
What I want to do is having a utility kind of function in a table delegate class to reuse in other standard functions of the class such as afterSave and beforeSave. The function name can be
function utilityFunction($param)
Is this possible?
I'm having such a function, but calls to it cause a "call to an undefined function" error.
Thanks