Dispatcher::until()

mixed until(string $event, array $payload = array()) Fire an event until the first non-null response is returned. Parameters string $event array $payload Return Value mixed

Dispatcher::subscribe()

void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void

Dispatcher::subscribe()

void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void

Dispatcher::setQueueResolver()

$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this

Dispatcher::sendNow()

void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

Dispatcher::send()

void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Dispatcher::pipeThrough()

$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this

Dispatcher::pipeThrough()

$this pipeThrough(array $pipes) Set the pipes through which commands should be piped before dispatching. Parameters array $pipes Return Value $this