setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages
newLine(int $count = 1) Add newline(s). Parameters int $count The number of newlines
bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool true if verbosity is set to VERBOSITYVERYVERBOSE, false otherwise
bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise
bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise
bool isDecorated() Gets the decorated flag. Return Value bool true if the output will decorate messages, false otherwise
bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise
int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)
OutputFormatterInterface getFormatter() Returns current output formatter instance. Return Value OutputFormatterInterface
ProgressBar createProgressBar(int $max) Parameters int $max Return Value ProgressBar
Page 271 of 787