ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
InvocationStrategyInterface.php
Go to the documentation of this file.
1
<?
php
9
namespace
Slim\Interfaces
;
10
11
use
Psr\Http\Message\ResponseInterface
;
12
use
Psr\Http\Message\ServerRequestInterface
;
13
17
interface
InvocationStrategyInterface
18
{
29
public
function
__invoke
(
30
callable $callable,
31
ServerRequestInterface
$request
,
32
ResponseInterface
$response
,
33
array $routeArguments
34
);
35
}
Slim\Interfaces
Slim Framework (https://slimframework.com)
Definition:
CallableResolverInterface.php:9
Psr\Http\Message\ServerRequestInterface
Representation of an incoming, server-side HTTP request.
Definition:
ServerRequestInterface.php:43
$request
foreach($paths as $path) $request
Definition:
asyncclient.php:32
Slim\Interfaces\InvocationStrategyInterface\__invoke
__invoke(callable $callable, ServerRequestInterface $request, ResponseInterface $response, array $routeArguments)
Invoke a route callable.
ServerRequestInterface
Psr\Http\Message\ResponseInterface
Representation of an outgoing, server-side response.
Definition:
ResponseInterface.php:20
ResponseInterface
php
$response
$response
Definition:
proxy_ylocal.php:39
Slim\Interfaces\InvocationStrategyInterface
Defines a contract for invoking a route callable.
Definition:
InvocationStrategyInterface.php:17
libs
composer
vendor
slim
slim
Slim
Interfaces
InvocationStrategyInterface.php
Generated on Thu Jan 16 2025 19:01:56 for ILIAS by
1.8.13 (using
Doxyfile
)