interface ColorfulOutputInterface (View source)

The ColorfulOutputInterface class.

Methods

Details

at line line 29
CliOutput setProcessor(ColorProcessorInterface $processor)

Set a processor

Parameters

ColorProcessorInterface $processor The output processor.

Return Value

CliOutput Instance of $this to allow chaining.

at line line 39
ColorProcessorInterface getProcessor()

Get a processor

Return Value

ColorProcessorInterface

Exceptions

RuntimeException