1 | <?php |
||
8 | class CookieConsentMiddleware |
||
9 | { |
||
10 | public function handle($request, Closure $next) |
||
28 | |||
29 | protected function containsBodyTag(Response $response): bool |
||
33 | |||
34 | /** |
||
35 | * @param \Illuminate\Http\Response $response |
||
36 | * |
||
37 | * @return $this |
||
38 | */ |
||
39 | protected function addCookieConsentScriptToResponse(Response $response) |
||
52 | |||
53 | protected function getLastClosingBodyTagPosition(string $content = '') |
||
57 | } |
||
58 |