Documentation

OutputInterface

Interface for output destination abstraction.

Table of Contents

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

        
On this page

Search results