Jelix 1.8.8

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
subpackage

utils

static

Table of Contents

$jMethodSnifferVars  : mixed
__call()  : mixed
__construct()  : mixed
__get()  : mixed
__set()  : mixed
__toString()  : mixed

Properties

Methods

__call()

public __call(mixed $name, array<string|int, mixed> $arguments) : mixed
Parameters
$name : mixed
$arguments : array<string|int, mixed>
Tags
Return values
mixed

__construct()

public __construct(mixed $classInst[, mixed $instanceString = '$classInstance' ][, mixed $notSniffed = array() ]) : mixed
Parameters
$classInst : mixed
$instanceString : mixed = '$classInstance'
$notSniffed : mixed = array()
Tags
Return values
mixed

__get()

public __get(mixed $propertyName) : mixed
Parameters
$propertyName : mixed
Tags
Return values
mixed

__set()

public __set(mixed $propertyName, mixed $value) : mixed
Parameters
$propertyName : mixed
$value : mixed
Tags
Return values
mixed

Search results