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).
| package |
jelix |
|---|---|
| subpackage |
utils |
| static |
__call( $name, array $arguments)
array
__construct( $classInst, $instanceString = '$classInstance', $notSniffed = array())
__get( $propertyName)
__set( $propertyName, $value)
__toString()
jMethodSnifferVars :