EventListener::setErrorCallback

Set event listener's error callback

説明

public void EventListener::setErrorCallback( string $cb )

Set event listener's error callback

パラメータ

cb

The error callback. Should match the following prototype:

void callback( EventListener $listener = null , mixed $data = null )

listener

The EventListener object.

data

User custom data attached to the callback.

戻り値

参考

  • EventListener::setCallback