Magic methods and parent methods
This version adds flexibility to method interception. Now you can catch call to a parent class and redeclare it. Also you can mock magic methods just same way you do for non-magic ones. No matter how an where method is declared, we will try to catch it and mock it if you wish that, master.
- updated to Go Aop 0.4.1 (improved work with Yii)
- interception of parent class methods
- interception of magic methods