hookphp
hookphp copied to clipboard
Is it possible to run a hook after a method execution ends?
In the docs it says the hook runs before the method, it would be useful to have something for after.
This would simplify some tests, adding security checks, logging and performance checking/profiling.