IAction
| Package | system.base |
|---|---|
| Inheritance | interface IAction |
| Subclasses | CAction, CCaptchaAction, CInlineAction, CViewAction, CWebServiceAction |
| Since | 1.0 |
| Version | $Id: interfaces.php 3515 2011-12-28 12:29:24Z mdomba $ |
| Source Code | framework/base/interfaces.php |
IAction is the interface that must be implemented by controller actions.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getController() | Returns the controller instance | IAction |
| getId() | Returns id of the action | IAction |
Method Details
getController()
method
|
abstract public CController getController()
| ||
| {return} | CController | the controller instance |
getId()
method
|
abstract public string getId()
| ||
| {return} | string | id of the action |