Redis::clearResolvedInstances()

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

NullQueue::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

Worker::daemon()

void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. Parameters string $connectionName string $queue WorkerOptions $options Return Value void

RemindersControllerCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

Paginator::setPageName()

$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this

RestartCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Pivot::fresh()

$this|null fresh(array|string $with = array()) Reload a fresh model instance from the database. Parameters array|string $with Return Value $this|null

Validator::addExtensions()

void addExtensions(array $extensions) Register an array of custom validator extensions. Parameters array $extensions Return Value void

Mailer::setQueue()

$this setQueue(Factory $queue) Set the queue manager instance. Parameters Factory $queue Return Value $this

ConfigPublishCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool