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
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
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
array getBindings() Get the bindings for the query. Return Value array
void fire() Execute the console command. Return Value void
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
bool has(string|array $key) Determine if messages exist for all of the given keys. Parameters string|array $key Return Value bool
string getOtherKey() Get the "other key" column name. Return Value string
void __construct(Dispatcher $events) Create a new database channel. Parameters Dispatcher $events Return Value void
Page 101 of 996