void fire() Execute the console command. Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Application getLaravel() Get the Laravel application instance. Return Value Application
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
bool isDeferred() Determine if the provider is deferred. Return Value bool
array toArray() Get the instance as an array. Return Value array
getName() {@inheritdoc}
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
$this dontSeeIsSelected(string $selector, string $value) Assert that the given value is not selected. Parameters string $selector string $value Return Value $this
Page 743 of 996