AbstractMiddleware implements MiddlewareInterface
AbstractYes
Table of Contents
Interfaces
Methods
- handle() : mixed
- setNext() : MiddlewareInterface
Methods
handle()
public
handle(AbstractCommand $request) : mixed
Parameters
- $request : AbstractCommand
setNext()
public
setNext(MiddlewareInterface $handler) : MiddlewareInterface
Parameters
- $handler : MiddlewareInterface