bool runningInConsole() Determine if we are running in the console. Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Model send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Model
mixed getRouteKey() Get the value of the model's route key. Return Value mixed
string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed
$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
array getQueuedCookies() Get the cookies which have been queued for the next request. Return Value array
static array getParameters() Get the global parameter map. Return Value array
Page 77 of 996