Méthode | Description | |
---|---|---|
__construct ( integer $sequenceNumber, float $time, callable $callback, |
Construct a new 'called' event. | |
arguments ( ) : |
Get the received arguments. | |
callback ( ) : callable | Get the callback. |
public __construct ( integer $sequenceNumber, float $time, callable $callback, |
||
$sequenceNumber | integer | The sequence number. |
$time | float | The time at which the event occurred, in seconds since the Unix epoch. |
$callback | callable | The callback. |
$arguments | The arguments. |
public arguments ( ) : |
||
Résultat | The received arguments. |