Yaf_Controller_Abstract::init
(Yaf >=1.0.0)
Yaf_Controller_Abstract::init — 控制器初始化
说明
public
Yaf_Controller_Abstract::init (
void ) :
void
Yaf_Controller_Abstract::__construct() 是final类型,所以用户不能重载它。但是用户可以定义 Yaf_Controller_Abstract::init(),该函数会在控制器对象实例化之后被调用。
参数
此函数没有参数。
返回值
参见
- Yaf_Controller_Abstract::__construct() - Yaf_Controller_Abstract constructor