ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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,
33  array $routeArguments
34  );
35 }
Slim Framework (https://slimframework.com)
Representation of an incoming, server-side HTTP request.
foreach($paths as $path) $request
Definition: asyncclient.php:32
__invoke(callable $callable, ServerRequestInterface $request, ResponseInterface $response, array $routeArguments)
Invoke a route callable.
Representation of an outgoing, server-side response.
$response
Defines a contract for invoking a route callable.