OutputFormatterInterface
interface OutputInterface OutputInterface is the interface implemented by all Output classes.
bool isDecorated() Gets the decorated flag.
write(string|array $messages, bool $newline = false, int $options = self::OUTPUT_NORMAL) Writes a
setDecorated(bool $decorated) Sets the decorated flag.
OutputInterface getErrorOutput()
bool isVerbose() Returns whether verbosity is verbose (-v).
setFormatter(
writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at
int getVerbosity() Gets the current verbosity of the output.
Page 3 of 5