string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int
Application getLaravel() Get the Laravel application instance. Return Value Application
void error(string $string) Write a string as error output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void
string __toString() Convert the rule to a validation string. Return Value string
Page 139 of 996