| Package | system.base |
|---|---|
| Inheritance | interface IAction |
| Subclasses | CAction, CCaptchaAction, CInlineAction, CViewAction, CWebServiceAction |
| Since | 1.0 |
| Version | $Id: interfaces.php 1290 2009-08-06 16:13:11Z qiang.xue $ |
| Method | Description | Defined By |
|---|---|---|
| getController() | IAction | |
| getId() | IAction | |
| run() | Runs the action. | IAction |
|
abstract public CController getController()
| ||
| {return} | CController | the controller instance |
|
abstract public string getId()
| ||
| {return} | string | id of the action |
|
abstract public void run()
|
Runs the action. This method is invoked by the controller owning this action.
Be the first person to leave a comment
Please login to leave your comment.