PHP Interface Prado\IO\ITextWriter

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

Méthodes publiques

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

Method Details

flush() public méthode

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

write() public méthode

Writes a string.
public write ( $str )