How can I get the name of the calling method in PHP
I just fell in need of knowing the name of the method that is currently being called. After having a few minutes of unsuccessful searching i just thought of Late Static Binding and here the PHP Manual helped me.
Read More »How can I get the name of the calling method in PHP