Jelix 1.7.18

jMethodSniffer.class.php

Tags
subpackage

utils

author

Brice Tencé

copyright

2012 Brice Tencé

see
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

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

Search results