jMethodSniffer
in package
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).
Tags
Table of Contents
- $jMethodSnifferVars : mixed
- __call() : mixed
- __construct() : mixed
- __get() : mixed
- __set() : mixed
- __toString() : mixed
Properties
$jMethodSnifferVars
protected
mixed
$jMethodSnifferVars
=
ull
Methods
__call()
public
__call(mixed $name, array<string|int, mixed> $arguments) : mixed
Parameters
- $name : mixed
- $arguments : array<string|int, mixed>
Return values
mixed —__construct()
public
__construct(mixed $classInst[, mixed $instanceString = '$classInstance' ][, mixed $notSniffed = array() ]) : mixed
Parameters
- $classInst : mixed
- $instanceString : mixed = '$classInstance'
- $notSniffed : mixed = array()
Return values
mixed —__get()
public
__get(mixed $propertyName) : mixed
Parameters
- $propertyName : mixed
Return values
mixed —__set()
public
__set(mixed $propertyName, mixed $value) : mixed
Parameters
- $propertyName : mixed
- $value : mixed
Return values
mixed —__toString()
public
__toString() : mixed