class CollectGarbage implements MiddlewareInterface

Properties

protected SessionHandlerInterface $sessionHandler
protected array $sessionConfig

Methods

__construct(SessionHandlerInterface $handler, Repository $config)

No description

ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)

No description

Details

__construct(SessionHandlerInterface $handler, Repository $config)

Parameters

SessionHandlerInterface $handler
Repository $config

ResponseInterface process(ServerRequestInterface $request, RequestHandlerInterface $handler)

Parameters

ServerRequestInterface $request
RequestHandlerInterface $handler

Return Value

ResponseInterface