Request::allFiles()

array allFiles() Get an array of all of the files on the request. Return Value array

QueueManager::failing()

void failing(mixed $callback) Register an event listener for the failed job event. Parameters mixed $callback Return Value void

HasOneOrMany::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

RedisQueue::later()

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

HasOneOrMany::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

MigratePublishCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

InstallCommand::table()

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

BeanstalkdJob::resolveName()

string resolveName() Get the resolved name of the queued job class. Return Value string

Arr::exists()

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

Artisan::clearResolvedInstances()

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