Class COutputEvent
COutputEvent represents the parameter for events related with output handling.
An event handler may retrieve the captured COutputEvent::$output
for further
processing.
- CComponent
- CEvent
- COutputEvent
Package: system\web
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/COutputEvent.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/web/COutputEvent.php
public
|
public
string
|
$output |
|
#
the output to be processed. The processed output should be stored back to this property. |
$handled,
$params,
$sender
|