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 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 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::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::clearResolvedInstance()

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

Queue::clearResolvedInstances()

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

Queue::fake()

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

Queue::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Queue::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Queue::handle()

Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handle the given request and get the response. Parameters Request $request int $type bool $catch Return Value Response