Class CInlineAction
CInlineAction represents an action that is defined as a controller method.
The method name is like 'actionXYZ' where 'XYZ' stands for the action name.
- CComponent
- CAction implements IAction
- CInlineAction
Package: system\web\actions
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/actions/CInlineAction.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/actions/CInlineAction.php
public
|
|
public
boolean
|
#
runWithParams( array $params )
Runs the action with the supplied request parameters. This method is
internally called by |
__construct(),
getController(),
getId(),
runWithParamsInternal()
|
run()
|
$controller,
$id
|