DatabaseFailedJobProvider::__construct()

void __construct(ConnectionResolverInterface $resolver, string $database, string $table) Create a new database failed job provider. Parameters ConnectionResolverInterface $resolver string $database string $table Return Value void

QueueManager::after()

void after(mixed $callback) Register an event listener for the after job event. Parameters mixed $callback Return Value void

SlackWebhookChannel::send()

ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value ResponseInterface

Auth::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

AbstractPaginator::__call()

mixed __call(string $method, array $parameters) Make dynamic calls into the collection. Parameters string $method array $parameters Return Value mixed

MandrillTransport

MandrillTransport class MandrillTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

Job::payload()

array payload() Get the decoded body of the job. Return Value array

EncryptedStore::getEncrypter()

Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter

Presenter

Presenter interface Presenter (View source) Methods Htmlable|string render() Render the given paginator. bool hasPages() Determine if the underlying paginator being presented has pages to show.

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