StdoutOutput
in package
implements
OutputInterface
Standard output implementation that writes to stdout.
Table of Contents
Interfaces
- OutputInterface
- Interface for output destination abstraction.
Methods
- write() : void
- Write content to the output destination.
- writeLine() : void
- Write content to the output destination with a newline.
Methods
write()
Write content to the output destination.
public
write(string $content) : void
Parameters
- $content : string
writeLine()
Write content to the output destination with a newline.
public
writeLine(string $content) : void
Parameters
- $content : string