You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the great tool! It works really well :)
I had to override generateTemplate() but because of references to mooSignature:: in other functions I had to override updateSignatures() and functionProcessUsers() as well.
Could you consider using self:: instead of mooSignature:: in your static method calls?
Long story short: I had to do this to solve a use-case close to the one described in #4. Or maybe you can provide a way to use a custom callback function in generateTemplate() without overriding the class?
Best regards.
The text was updated successfully, but these errors were encountered:
Dear all,
First of all, thanks for the great tool! It works really well :)
I had to override
generateTemplate()
but because of references tomooSignature::
in other functions I had to overrideupdateSignatures()
andfunctionProcessUsers()
as well.Could you consider using
self::
instead ofmooSignature::
in your static method calls?Long story short: I had to do this to solve a use-case close to the one described in #4. Or maybe you can provide a way to use a custom callback function in
generateTemplate()
without overriding the class?Best regards.
The text was updated successfully, but these errors were encountered: