PHP Class Prado\Web\UI\WebControls\TOutputCacheTextWriterMulti

TOutputCacheTextWriterMulti is an internal class used by TOutputCache to write simultaneously to multiple writers.
Since: 3.2
Author: Gabor Berczi, DevWorx Hungary ([email protected])
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\IO\TTextWriter
Datei anzeigen Open project: pradosoft/prado

Protected Properties

Property Type Description
$_writers

Public Methods

Method Description
__construct ( array $writers )
flush ( )
write ( $s )

Method Details

__construct() public method

public __construct ( array $writers )
$writers array

flush() public method

public flush ( )

write() public method

public write ( $s )

Property Details

$_writers protected_oe property

protected $_writers