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
void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void
$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this
void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void
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
void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this
$this pipeThrough(array $pipes) Set the pipes through which commands should be piped before dispatching. Parameters array $pipes Return Value $this
Page 725 of 996