Queue

Queue

class Queue (View source)

Methods

mixed pushOn(string $queue, string $job, mixed $data = '')

Push a new job onto the queue.

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')

Push a new job onto the queue after a delay.

mixed bulk(array $jobs, mixed $data = '', string $queue = null)

Push an array of jobs onto the queue.

void setContainer(Container $container)

Set the IoC container instance.

doc_Laravel
2016-11-02 16:33:57
Comments
Leave a Comment

Please login to continue.