\Inhere\Console\ContractOutputInterface

Class OutputInterface

Summary

Methods
Constants
write()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

write()

write(mixed  $messages, boolean  $nl = true, integer|boolean  $quit = false) : integer

Write a message to standard output stream.

Parameters

mixed $messages

Output message

boolean $nl

Output with newline

integer|boolean $quit

If is int, setting it is exit code.

Returns

integer