Runner
Collects any Route plugins and runs them, returning the response.
Constructors / Destructors
Returns | Signature and Description |
---|---|
void | __construct ( )Creates a new Runner. |
Instance Methods
Returns | Signature and Description |
---|---|
ResponseInterface | run ( , )Middleware request–response handling. |
Method Details
__construct
public function
__construct
(Container
$c
)Creates a new Runner.
Name | Type | Description |
---|---|---|
$c | Container | The container |
run
public function
run
(ServerRequestInterface
$request
, ResponseInterface
$response
)Middleware request–response handling.
Name | Type | Description |
---|---|---|
$request | ServerRequestInterface | The server request |
$response | ResponseInterface | The response |
Type | Description |
---|---|
ResponseInterface | The response |