Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Prado
Web
UI
WebControls
TOutputCacheTextWriterMulti
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
显示文件
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