Trait MiddlewareAwareTrait
Middleware
This is an internal class that enables concentric middleware layers. This class is an implementation detail and is used only inside of the Slim application; it is not visible to—and should not be used by—end users.
Direct Known Users
Methods summary
protected
static
|
|
protected
|
|
public
Psr\Http\Message\ResponseInterface
|
#
callMiddlewareStack( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response )
Call middleware stack |
Properties summary
protected
SplStack
|
$stack
Middleware call stack |
|
protected
boolean
|
$middlewareLock
Middleware stack lock |
#
false
|