TinkerCommand class TinkerCommand extends
int call(string $command, array $arguments = array()) Call another console
void error(string $string) Write a string as error output.
void info(string $string, null|int|string $verbosity = null) Write a string
void line(string $string) Write a string as standard output.
OutputInterface getOutput() Get the output implementation.
void comment(string $string, null|int|string $verbosity = null) Write a
bool confirm(string $question, bool $default = false) Confirm a question
Page 85 of 100