catchAdmin/app/event.php

19 lines
281 B
PHP
Raw Permalink Normal View History

2019-12-02 23:04:43 +08:00
<?php
// 事件定义文件
2019-12-13 17:25:05 +08:00
2019-12-02 23:04:43 +08:00
return [
2019-12-13 17:25:05 +08:00
'bind' => [],
2019-12-02 23:04:43 +08:00
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
2019-12-13 17:25:05 +08:00
'RouteLoaded' => [],
2019-12-02 23:04:43 +08:00
],
'subscribe' => [
],
];