Queue::fake()

static void fake() Replace the bound instance with a fake. Return Value void

Queue::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Queue::clearResolvedInstance()

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

Queue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

Queue

Queue class Queue implements HttpKernelInterface (View source) Methods void __construct(HttpKernelInterface $app, CookieJar $cookies) Create a new CookieQueue instance. Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handle the given request and get the response.

Queue

Queue class Queue extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. fro

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.

Queue

Queue interface Queue (View source) Methods int size(string $queue = null) Get the size of the queue. mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. mixed pushOn(string $queue, str

Queue

Illuminate\Queue Namespaces Illuminate\Queue\CapsuleIlluminate\Queue\ConnectorsIlluminate\Queue\ConsoleIlluminate\Queue\FailedIlluminate\Queue\Jobs Classes BeanstalkdQueue FailConsoleServiceProvider IronQueue Listener Queue QueueManager QueueServiceProvider RedisQueue SqsQueue SyncQueue Worker

QueryExecuted::__construct()

__construct(string $sql, array $bindings, float $time, $connection) Create a new event instance. Parameters string $sql array $bindings float $time $connection