PHP 8.1.28 Released!

Yaf_Controller_Abstract::init

(Yaf >=1.0.0)

Yaf_Controller_Abstract::initコントローラを初期化する

説明

public Yaf_Controller_Abstract::init(): void

Yaf_Controller_Abstract::__construct() は final メソッドなので、 オーバーライドできません。しかし、かわりに Yaf_Controller_Abstract::init() を定義できます。 これは、コントローラオブジェクトのインスタンスができた直後に呼ばれます。

パラメータ

この関数にはパラメータはありません。

戻り値

参考

add a note

User Contributed Notes

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