interface CliOutputInterface (View source)

Class CliOutputInterface

Methods

out(string $text = '')

Write a string to standard output

$this
err(string $text = '')

Write a string to standard error output.

Details

at line line 25
CliOutputInterface out(string $text = '')

Write a string to standard output

Parameters

string $text The text to display.

Return Value

CliOutputInterface Instance of $this to allow chaining.

at line line 35
$this err(string $text = '')

Write a string to standard error output.

Parameters

string $text The text to display.

Return Value

$this