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).

package

jelix

subpackage

utils

static

Methods

__call

__call( $name, array $arguments) 

Arguments

$name

$arguments

array

__construct

__construct( $classInst,  $instanceString = '$classInstance',  $notSniffed = array()) 

Arguments

$classInst

$instanceString

$notSniffed

__get

__get( $propertyName) 

Arguments

$propertyName

__set

__set( $propertyName,  $value) 

Arguments

$propertyName

$value

__toString

__toString() 

Properties

jMethodSnifferVars

jMethodSnifferVars : 

Type(s)