Class Illuminate\Console\OutputStyle

extends SymfonyStyle
implements NewLineAware
Methods
Methods inherited from Symfony\Component\Console\Style\SymfonyStyle
block(), title(), section(), listing(), text(), comment(), success(), error(), warning(), note(), info(), caution(), table(), horizontalTable(), definitionList(), ask(), askHidden(), confirm(), choice(), progressStart(), progressAdvance(), progressFinish(), createProgressBar(), progressIterate(), getErrorStyle(), createTable()
Methods inherited from Symfony\Component\Console\Style\OutputStyle
setVerbosity(), getVerbosity(), setDecorated(), isDecorated(), setFormatter(), getFormatter(), isSilent(), getErrorOutput()
Constants inherited from Symfony\Component\Console\Style\SymfonyStyle
MAX_LINE_LENGTH
Constants inherited from Symfony\Component\Console\Output\OutputInterface
VERBOSITY_SILENT, VERBOSITY_QUIET, VERBOSITY_NORMAL, VERBOSITY_VERBOSE, VERBOSITY_VERY_VERBOSE, VERBOSITY_DEBUG, OUTPUT_NORMAL, OUTPUT_RAW, OUTPUT_PLAIN
Properties