Yaf_Controller_Abstract::init
(Yaf >=1.0.0)
Yaf_Controller_Abstract::init — Controller initializer
Beschreibung
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.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Siehe auch
- Yaf_Controller_Abstract::__construct() - Yaf_Controller_Abstract constructor