PHP Interface Prado\IO\ITextWriter

This interface must be implemented by writers.
Since: 3.0
Author: Qiang Xue ([email protected])
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
flush ( ) Flushes the content that has been written.
write ( $str ) Writes a string.

Method Details

flush() public method

Flushes the content that has been written.
public flush ( )

write() public method

Writes a string.
public write ( $str )