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
bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
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
Application getLaravel() Get the Laravel application instance. Return Value Application
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void fire() Execute the console command. Return Value void
$this priority(int $level) Set the message priority level. Parameters int $level Return Value $this
Page 373 of 996