FrameGuard
class FrameGuard implements HttpKernelInterface (View source)
Properties
protected HttpKernelInterface | $app | The wrapped kernel implementation. |
Methods
void
__construct(HttpKernelInterface $app)
Create a new FrameGuard instance.
Response
handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
Handle the given request and get the response.
Details
void
__construct(HttpKernelInterface $app)
Create a new FrameGuard instance.
Response
handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
Handle the given request and get the response.