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

Kernel::all()

array all() Get all of the commands registered with the console. Return Value array

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

PostgresGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

ConsoleSupportServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Pipeline::send()

$this send(mixed $traveler) Set the traveler object being sent on the pipeline. Parameters mixed $traveler Return Value $this

ListenCommand::choice()

string 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 string

LengthAwarePaginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

VendorPublishCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

HasOne::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder