Yaf_Controller_Abstract::init
PHP Manual
PHP Manual»Yaf_Controller_Abstract»Yaf_Controller_Abstract::init

Yaf_Controller_Abstract::init

(Yaf >=1.0.0)

Yaf_Controller_Abstract::initController initializer

Опис

public function 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.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Прогляньте також

To Top