Property | Type | Description | |
---|---|---|---|
$config | Noodlehaus\ConfigInterface | The application configuration. | |
$nextHandler | callable | The next handler in the stack. |
Method | Description | |
---|---|---|
__invoke ( Psr\Http\Message\RequestInterface $request, array $options ) | {@inheritDoc} |
Method | Description | |
---|---|---|
__construct ( callable $nextHandler, Noodlehaus\ConfigInterface $config ) | Creates an instance of :php:class:AbstractMiddleware. |
protected __construct ( callable $nextHandler, Noodlehaus\ConfigInterface $config ) | ||
$nextHandler | callable | |
$config | Noodlehaus\ConfigInterface |
protected ConfigInterface,Noodlehaus $config | ||
return | Noodlehaus\ConfigInterface |
protected callable $nextHandler | ||
return | callable |