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