TableCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

TaggedCache::decrement()

void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void

DatabaseNotification::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array

ClosureCommand::warn()

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

ClosureCommand::askWithCompletion()

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

SoftDeletingScope::extend()

void extend(Builder $builder) Extend the query builder with the needed functions. Parameters Builder $builder Return Value void

DatabaseTokenRepository::__construct()

void __construct(ConnectionInterface $connection, string $table, string $hashKey, int $expires = 60) Create a new token repository instance. Parameters ConnectionInterface $connection string $table string $hashKey int $expires Return Value void

User::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

CallbackEvent::runInBackground()

$this runInBackground() State that the command should run in background. Return Value $this

PostgresGrammar::compileSavepointRollBack()

string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string