void forgetPushed() Forget all of the queued listeners. Return Value void
void forget(string $event) Remove a set of listeners from the dispatcher. Parameters string $event Return Value void
void flush(string $event) Flush a set of pushed events. Parameters string $event Return Value void
string firing() Get the event that is currently firing. Return Value string
array|null fire(string|object $event, mixed $payload = array(), bool $halt = false) Fire an event and call the listeners. Parameters string|object $event mixed $payload bool $halt Return Value array|null
mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed Exceptions RuntimeException
Page 727 of 996