Method __call
is running when come call to undefined method. I need to trigger when calling any existing method in class, something like __callAll
.
The simpliest approach would be calling the method in every method, but I don't like this approach. The uses Zend framework.
Please advise me how to do it?