Package | system.base |
---|---|
Inheritance | interface IAction |
Subclasses | CAction, CCaptchaAction, CInlineAction, CViewAction, CWebServiceAction |
Since | 1.0 |
Version | $Id$ |
Source Code | framework/base/interfaces.php |
Method | Description | Defined By |
---|---|---|
getController() | Returns the controller instance | IAction |
getId() | Returns id of the action | 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.
Signup or Login in order to comment.