MiddlewareMakeCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

SqlServerConnection::setDatabaseName()

string setDatabaseName(string $database) Set the name of the connected database. Parameters string $database Return Value string

RollbackCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

RefreshCommand::line()

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

DatabaseNotificationCollection::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

RollbackCommand::question()

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

Crypt::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Fluent::__isset()

bool __isset(string $key) Dynamically check if an attribute is set. Parameters string $key Return Value bool

LengthAwarePaginator::previousPageUrl()

string|null previousPageUrl() Get the URL for the previous page, or null. Return Value string|null

SendQueuedNotifications::delay()

$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this