DoNotFilter
in package
implements
FilterServerRequestInterface
FinalYes
Table of Contents
Interfaces
- FilterServerRequestInterface
- Filter/initialize a server request.
Methods
- __invoke() : ServerRequestInterface
- Determine if a request needs further modification, and if so, return a new instance reflecting those modifications.
Methods
__invoke()
Determine if a request needs further modification, and if so, return a new instance reflecting those modifications.
public
__invoke(ServerRequestInterface $request) : ServerRequestInterface
Parameters
- $request : ServerRequestInterface