Class COutputProcessor
COutputProcessor transforms the content into a different format.
COutputProcessor captures the output generated by an action or a view
fragment and passes it to its COutputProcessor::onProcessOutput()
event handlers for further
processing.
The event handler may process the output and store it back to the COutputEvent::$output
property. By setting the CEvent::handled handled
property of the event parameter to true, the output will not be echoed anymore.
Otherwise (by default), the output will be echoed.
- CComponent
- CBaseController
- CWidget
- CFilterWidget implements IFilter
- COutputProcessor
Package: system\web\widgets
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/widgets/COutputProcessor.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/widgets/COutputProcessor.php
public
|
|
public
|
|
public
|
|
public
|
__construct(),
filter(),
getIsFilter()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
|
$stopAction
|
$actionPrefix,
$skin
|
$isFilter
|
$controller,
$id,
$owner,
$viewPath
|