bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
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
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
void extend(Builder $builder) Extend the query builder with the needed functions. Parameters Builder $builder Return Value void
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
static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface
$this runInBackground() State that the command should run in background. Return Value $this
string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string
Page 81 of 996