Skip to content

Magic methods and parent methods

Choose a tag to compare

@DavertMik DavertMik released this 27 Aug 22:50
· 235 commits to master since this release

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