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
$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this
bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string getCachedRoutesPath() Get the path to the routes cache file. Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
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
bool isEmpty() Determine if the list of items is empty or not. Return Value bool
Page 627 of 996