<?php /** * Bootstrap 启动的时候默认加载 */ namespace Qii\Base; interface Bootstrap { public function _initialize(); }