EidHandler implements MiddlewareInterface

Lightweight alternative to regular frontend requests; used when $_GET[eID] is set.

In the future, logic from the EidUtility will be moved to this class, however in most cases a custom PSR-15 middleware will be better suited for whatever job the eID functionality does currently.

Internal

Table of Contents

Interfaces

MiddlewareInterface

Properties

$dispatcher  : DispatcherInterface

Methods

__construct()  : mixed
process()  : ResponseInterface
Dispatches the request to the corresponding eID class or eID script

Properties

Methods

process()

Dispatches the request to the corresponding eID class or eID script

public process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
$request : ServerRequestInterface
$handler : RequestHandlerInterface
Return values
ResponseInterface

        
On this page

Search results