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. |
Please login to continue.