Queueable trait Queueable (View source) Properties string|null $connection The name of the connection the job should be sent to. string|null $queue The name of the queue the job should be sent to. DateTime|int|null $delay The number of seconds before the job should be made available.
void __construct(HttpKernelInterface $app, CookieJar $cookies) Create a new CookieQueue instance. Parameters HttpKernelInterface $app CookieJar $cookies Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static void spy() Convert the facade into a Mockery spy. Return Value void
int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
Page 306 of 996