class LogOutController implements RequestHandlerInterface

Properties

protected Dispatcher $events
protected SessionAuthenticator $authenticator
protected Rememberer $rememberer
protected Factory $view
protected UrlGenerator $url

Methods

__construct(Dispatcher $events, SessionAuthenticator $authenticator, Rememberer $rememberer, Factory $view, UrlGenerator $url)

No description

ResponseInterface
handle(ServerRequestInterface $request)

No description

Details

__construct(Dispatcher $events, SessionAuthenticator $authenticator, Rememberer $rememberer, Factory $view, UrlGenerator $url)

Parameters

Dispatcher $events
SessionAuthenticator $authenticator
Rememberer $rememberer
Factory $view
UrlGenerator $url

ResponseInterface handle(ServerRequestInterface $request)

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface

Exceptions

TokenMismatchException