interface ConsoleOutputInterface implementsOutputInterface

ConsoleOutputInterface is the interface implemented by ConsoleOutput class.

This adds information about stderr and section output stream.

Methods

OutputInterface
getErrorOutput()

Gets the OutputInterface for errors.

void
setErrorOutput(OutputInterface$error)

No description

ConsoleSectionOutput
section()

No description

Details

OutputInterface getErrorOutput()

Gets the OutputInterface for errors.

Return Value

OutputInterface

void setErrorOutput(OutputInterface$error)

Parameters

OutputInterface $error

Return Value

void

ConsoleSectionOutput section()

Return Value

ConsoleSectionOutput