final class StatementHistory implements MiddlewareInterface (View source)

Methods

__construct(Config $config, History $history, DatabaseInterface|null $dbi = null)

No description

ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)

No description

Details

__construct(Config $config, History $history, DatabaseInterface|null $dbi = null)

No description

Parameters

Config $config
History $history
DatabaseInterface|null $dbi

ResponseInterface process(ServerRequestInterface $request, RequestHandlerInterface $handler)

No description

Parameters

ServerRequestInterface $request
RequestHandlerInterface $handler

Return Value

ResponseInterface