[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 95 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
OutputInterface:: (8 methods):
write()
writeln()
setVerbosity()
getVerbosity()
setDecorated()
isDecorated()
setFormatter()
getFormatter()
Interface: OutputInterface - X-Ref
OutputInterface is the interface implemented by all Output classes.write($messages, $newline = false, $type = self::OUTPUT_NORMAL) X-Ref |
Writes a message to the output. param: string|array $messages The message as an array of lines or a single string param: bool $newline Whether to add a newline param: int $type The type of output (one of the OUTPUT constants) |
writeln($messages, $type = self::OUTPUT_NORMAL) X-Ref |
Writes a message to the output and adds a newline at the end. param: string|array $messages The message as an array of lines or a single string param: int $type The type of output (one of the OUTPUT constants) |
setVerbosity($level) X-Ref |
Sets the verbosity of the output. param: int $level The level of verbosity (one of the VERBOSITY constants) |
getVerbosity() X-Ref |
Gets the current verbosity of the output. return: int The current level of verbosity (one of the VERBOSITY constants) |
setDecorated($decorated) X-Ref |
Sets the decorated flag. param: bool $decorated Whether to decorate the messages |
isDecorated() X-Ref |
Gets the decorated flag. return: bool true if the output will decorate messages, false otherwise |
setFormatter(OutputFormatterInterface $formatter) X-Ref |
Sets output formatter. param: OutputFormatterInterface $formatter |
getFormatter() X-Ref |
Returns current output formatter instance. return: OutputFormatterInterface |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |