Yaf_Controller_Abstract::init

(Yaf >=1.0.0)

Yaf_Controller_Abstract::initController initializer

설명

public void Yaf_Controller_Abstract::init ( void )

Yaf_Controller_Abstract::__construct() is final, which means users can not override it. but users can define Yaf_Controller_Abstract::init(), which will be called after controller object is instantiated.

인수

이 함수는 인수가 없습니다.

반환값

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top