ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
InvocationStrategyInterface.php
Go to the documentation of this file.
1<?php
9namespace Slim\Interfaces;
10
13
18{
29 public function __invoke(
30 callable $callable,
33 array $routeArguments
34 );
35}
An exception for terminatinating execution or to throw for unit testing.
Representation of an outgoing, server-side response.
Representation of an incoming, server-side HTTP request.
Defines a contract for invoking a route callable.
__invoke(callable $callable, ServerRequestInterface $request, ResponseInterface $response, array $routeArguments)
Invoke a route callable.
Slim Framework (https://slimframework.com)
$response