ConsoleOutputInterface
interface ConsoleOutputInterface implements OutputInterface
ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
This adds information about stderr and section output stream.
Methods
write(string|iterable $messages, bool $newline = false, int $options = 0)
Writes a message to the output.
from OutputInterface
writeln(string|iterable $messages, int $options = 0)
Writes a message to the output and adds a newline at the end.
from OutputInterface
getFormatter()
Returns current output formatter instance.
from OutputInterface
getErrorOutput()
Gets the OutputInterface for errors.
ConsoleSectionOutput
section()
Creates a new output section