Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class TemplateAssetProcessor implements RequestProcessor |
||
14 | { |
||
15 | /** |
||
16 | * 处理文件请求 |
||
17 | * |
||
18 | * @param Application $application |
||
19 | * @param Request $request |
||
20 | * @param Response $response |
||
21 | * @return bool |
||
22 | * @throws Exception |
||
23 | */ |
||
24 | public function onRequest(Application $application, Request $request, Response $response) |
||
44 |