PHP Interface ConsoleKit\TextWriter

Afficher le fichier Open project: maximebf/consolekit Interface Usage Examples

Méthodes publiques

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

Method Details

write() public méthode

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

writeln() public méthode

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