PHP Интерфейс Prado\IO\ITextWriter

This interface must be implemented by writers.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
flush ( ) Flushes the content that has been written.
write ( $str ) Writes a string.

Описание методов

flush() публичный Метод

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

write() публичный Метод

Writes a string.
public write ( $str )