挂钩点名称

init


挂钩点参数

\Phpcmf\Hooks::trigger('init');


用法举例

/config/hooks.php

\Phpcmf\Hooks::on('init', function() {
    // 在网站初始化之前
    
});