- PHP 手册
- 函数参考
- 其它基本扩展
- Yaf
- Yaf_Controller_Abstract
Yaf_Controller_Abstract::init
(Yaf >=1.0.0)
Yaf_Controller_Abstract::init — 控制器初始化
说明
public Yaf_Controller_Abstract::init(): voidYaf_Controller_Abstract::__construct() 是final类型,所以用户不能重载它。但是用户可以定义 Yaf_Controller_Abstract::init(),该函数会在控制器对象实例化之后被调用。
参数
此函数没有参数。
返回值
参见
- Yaf_Controller_Abstract::__construct() - Yaf_Controller_Abstract constructor
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/yaf-controller-abstract.init.php