jMethodSniffer.class.php
Tags
Interfaces, Classes and Traits
- jMethodSniffer
- Utility class to "sniff" method calls to a class instance so that those calls may be repeated later on. The sniffed method should not use any of the magic methods used here (namely __get, __set, __call and __toString).