You need to modify Testclass::someMethod to call the event handler directly
Axel Tietje wrote:
Hi,
I would like to do the following
When an objects method is called like this:
$test= new Testclass;
$test->someMethod ($someArgument);
I'd like to have an event handler outside Testclass to
log th
Hi,
I would like to do the following
When an objects method is called like this:
$test= new Testclass;
$test->someMethod ($someArgument);
I'd like to have an event handler outside Testclass to
log this event, like this:
function event_handler ( $method_name, $obj [, mixed parameter [, mixed...
2 matches
Mail list logo