NullFailedJobProvider::flush()

void flush() Flush all of the failed jobs from storage. Return Value void

NullFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

NullFailedJobProvider::all()

array all() Get a list of all of the failed jobs. Return Value array

NullFailedJobProvider

NullFailedJobProvider class NullFailedJobProvider implements FailedJobProviderInterface (View source) Methods int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. array all() Get a list of all of the failed jobs. array find(mixed $id) Get a single failed job. bool forget(mixed $id) Delete a single failed job from storage. void flush() Flush all of the failed jobs from storage.

NullConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

NullConnector

NullConnector class NullConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

NullBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

NullBroadcaster::channel()

$this channel(string $channel, callable $callback) Register a channel authenticator. Parameters string $channel callable $callback Return Value $this

NullBroadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

NullBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed