ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
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
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ResponseInterface
$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 Sat Jan 18 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)