trait CliOutputModelTrait (View source)

The CliOutputModelTrait class.

Methods

out(string $text, bool $nl = true)

out

string
in()

in

IOInterface
getIo()

Method to get property Io

setIo(IOInterface $io)

Method to set property io

Details

at line line 35
CliOutputModelTrait out(string $text, bool $nl = true)

out

Parameters

string $text
bool $nl

Return Value

CliOutputModelTrait

at line line 47
string in()

in

Return Value

string

at line line 57
IOInterface getIo()

Method to get property Io

Return Value

IOInterface

at line line 69
CliOutputModelTrait setIo(IOInterface $io)

Method to set property io

Parameters

IOInterface $io

Return Value

CliOutputModelTrait Return self to support chaining.