void migrateExpiredJobs(string $from, string $to) Migrate the delayed jobs that are ready to the regular queue. Parameters string $from string $to Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
$this withoutOverlapping() Do not allow the event to overlap each other. Return Value $this
SessionHandlerInterface getHandler() Get the session handler instance. Return Value SessionHandlerInterface
void bury() Bury the job in the queue. Return Value void
Collection collapse() Collapse the collection of items into a single array. Return Value Collection
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
string|null segment(int $index, string|null $default = null) Get a segment from the URI (1 based index). Parameters int $index string|null $default Return Value string|null
Page 932 of 996