Yet Another Framework Yaf_Controller_Abstract::init
(Yaf >=1.0.0)
Yaf_Controller_Abstract::init — Controller initializer
설명
public Yaf_Controller_Abstract::init(): void
Yaf_Controller_Abstract::__construct()는 최종적이므로 사용자가 이를 재정의할 수 없습니다. 그러나 사용자는 컨트롤러 객체가 인스턴스화된 후에 호출될 Yaf_Controller_Abstract::init()를 정의할 수 있습니다.
매개변수
이 함수에는 매개변수가 없습니다.
반환 값
기타
- Yaf_Controller_Abstract::__construct() - Yaf_Controller_Abstract constructor