| Package | system.base |
|---|---|
| Inheritance | interface IAction |
| Subclasses | CAction, CCaptchaAction, CInlineAction, CViewAction, CWebServiceAction |
| Since | 1.0 |
| Source Code | framework/base/interfaces.php |
| Method | Description | Defined By |
|---|---|---|
| getController() | Returns the controller instance | IAction |
| getId() | Returns id of the action | IAction |
|
abstract public CController getController()
| ||
| {return} | CController | the controller instance |
|
abstract public string getId()
| ||
| {return} | string | id of the action |
Signup or Login in order to comment.