| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
Base class for output classes. There are five levels of verbosity:
| Author: | Fabien Potencier <fabien@symfony.com> |
| File Size: | 141 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct($verbosity = self::VERBOSITY_NORMAL, $decorated = false, OutputFormatterInterface $formatter = null) X-Ref |
| Constructor. param: int $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface) param: bool $decorated Whether to decorate messages param: OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter) |
| setFormatter(OutputFormatterInterface $formatter) X-Ref |
| {@inheritdoc} |
| getFormatter() X-Ref |
| {@inheritdoc} |
| setDecorated($decorated) X-Ref |
| {@inheritdoc} |
| isDecorated() X-Ref |
| {@inheritdoc} |
| setVerbosity($level) X-Ref |
| {@inheritdoc} |
| getVerbosity() X-Ref |
| {@inheritdoc} |
| writeln($messages, $type = self::OUTPUT_NORMAL) X-Ref |
| {@inheritdoc} |
| write($messages, $newline = false, $type = self::OUTPUT_NORMAL) X-Ref |
| {@inheritdoc} |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |