$driver
$driver : string
Driver.
Event is the base class for classes containing event data.
This class contains no event data. It is used by events that do not pass state information to an event handler when an event is raised.
You can call the method stopPropagation() to abort the execution of further listeners in your event listener.
__construct(\Yansongda\Pay\Events\string $driver, \Yansongda\Pay\Events\string $gateway, \Yansongda\Pay\Events\string $endpoint, array $payload = array())
Bootstrap.
| \Yansongda\Pay\Events\string | $driver | |
| \Yansongda\Pay\Events\string | $gateway | |
| \Yansongda\Pay\Events\string | $endpoint | |
| array | $payload |
isPropagationStopped() : boolean
Is propagation stopped?
This will typically only be used by the Dispatcher to determine if the previous listener halted propagation.
True if the Event is complete and no further listeners should be called. False to continue calling listeners.