array allFiles() Get an array of all of the files on the request. Return Value array
void failing(mixed $callback) Register an event listener for the failed job event. Parameters mixed $callback Return Value void
mixed getParentKey() Get the key value of the parent's local key. Return Value mixed
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed
mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
void info(string $string) Write a string as information output. Parameters string $string Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
string resolveName() Get the resolved name of the queued job class. Return Value string
static bool exists(ArrayAccess|array $array, string|int $key) Determine if the given key exists in the provided array. Parameters ArrayAccess|array $array string|int $key Return Value bool
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
Page 10 of 996