PHP Interface ConsoleKit\TextWriter

Mostra file Open project: maximebf/consolekit Interface Usage Examples

Public Methods

Method Description
write ( $test, $pipe = TextWriter::STDOUT ) Outputs text
writeln ( $test = '', $pipe = TextWriter::STDOUT ) Outputs text followed by a line break

Method Details

write() public method

Outputs text
public write ( $test, $pipe = TextWriter::STDOUT )

writeln() public method

Outputs text followed by a line break
public writeln ( $test = '', $pipe = TextWriter::STDOUT )