VERBOSITY_QUIET
VERBOSITY_QUIET
OutputInterface is the interface implemented by all Output classes.
write(string|array $messages, boolean $newline = false, integer $options)
Writes a message to the output.
string|array | $messages | The message as an array of lines or a single string |
boolean | $newline | Whether to add a newline |
integer | $options | A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL |
writeln(string|array $messages, integer $options)
Writes a message to the output and adds a newline at the end.
string|array | $messages | The message as an array of lines of a single string |
integer | $options | A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL |