ConsoleOutputInterface

ConsoleOutputInterface

interface ConsoleOutputInterface implements OutputInterface

ConsoleOutputInterface is the interface implemented by ConsoleOutput class.

This adds information about stderr output stream.

Methods

write(string|array $messages, Boolean $newline = false, integer $type = self::OUTPUT_NORMAL)

Writes a message to the output.

from OutputInterface
writeln(string|array $messages, integer $type = self::OUTPUT_NORMAL)

Wri