IAction
优质
小牛编辑
127浏览
2023-12-01
所有包 | 方法
IAction是控制器动作类必须实现的接口。
源码: framework/base/interfaces.php#188 (显示)
源码: framework/base/interfaces.php#184 (显示)
包 | system.base |
---|---|
继承 | interface IAction |
子类 | CAction, CCaptchaAction, CInlineAction, CViewAction, CWebServiceAction |
源自 | 1.0 |
版本 | $Id: interfaces.php 3515 2011-12-28 12:29:24Z mdomba $ |
源码 | framework/base/interfaces.php |
公共方法
隐藏继承方法
方法 | 描述 | 定义在 |
---|---|---|
getController() | 返回控制器实例 | IAction |
getId() | 返回动作ID | IAction |
方法详细
getController() 方法abstract public CController getController() | ||
{return} | CController | 控制器实例 |
publicfunctiongetController();
getId() 方法abstract public string getId() | ||
{return} | string | 动作ID |
publicfunctiongetId();