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
array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
void register() Register the service provider. Return Value void
array options() Get all of the options passed to the command. Return Value array
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
string getDateFormat() Get the format for database stored dates. Return Value string
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
void __construct() Create a new console command instance. Return Value void
mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable
Page 51 of 996