Class WebFormAction
CAction is the base class for all controller action classes.
CAction provides a way to divide a complex controller into smaller actions in separate class files.
Derived classes must implement WebFormAction::run() which is invoked by controller
when the action is requested.
An action instance can access its controller via getController controller property.
- CComponent
- 
			 CAction
			 implements 
IAction CAction
			 implements 
IAction
- 
			 WebFormAction WebFormAction
		
		
		
		Package: system\web\actions
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/components/WebFormAction.php
	
	Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/protected/components/WebFormAction.php
| 
			 public static
			
			
			 | |
| 
			 public 
			
			
			 | 
| 
__construct(), 
getController(), 
getId(), 
runWithParams(), 
runWithParamsInternal()
		 | 
| 
__call(), 
__get(), 
__isset(), 
__set(), 
__unset(), 
asa(), 
attachBehavior(), 
attachBehaviors(), 
attachEventHandler(), 
canGetProperty(), 
canSetProperty(), 
detachBehavior(), 
detachBehaviors(), 
detachEventHandler(), 
disableBehavior(), 
disableBehaviors(), 
enableBehavior(), 
enableBehaviors(), 
evaluateExpression(), 
getEventHandlers(), 
hasEvent(), 
hasEventHandler(), 
hasProperty(), 
raiseEvent()
		 | 
| 
run()
		 | 
| 
$controller, 
$id
		 |