Total Complexity | 1 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class After implements ILayer |
||
10 | { |
||
11 | use \App\Middlewares\Reuse\TInit; |
||
12 | |||
13 | const _SIGN = 'X-Middleware-After'; |
||
14 | |||
15 | /** |
||
16 | * peel poil |
||
17 | * |
||
18 | * @param Container $container |
||
19 | * @param \Closure $next |
||
20 | * @return void |
||
21 | */ |
||
22 | public function peel(Container $container, \Closure $next) |
||
34 |