ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
HeadersInterface.php
Go to the documentation of this file.
1
<?php
9
namespace
Slim\Interfaces\Http
;
10
11
use
Slim\Interfaces\CollectionInterface
;
12
19
interface
HeadersInterface
extends
CollectionInterface
20
{
21
public
function
add
(
$key
, $value);
22
23
public
function
normalizeKey
(
$key
);
24
}
CollectionInterface
Slim\Interfaces\Http
Slim Framework (https://slimframework.com)
Definition:
CookiesInterface.php:9
Slim\Interfaces\Http\HeadersInterface\normalizeKey
normalizeKey($key)
Slim\Interfaces\Http\HeadersInterface
Definition:
HeadersInterface.php:19
Slim\Interfaces\CollectionInterface
Definition:
CollectionInterface.php:17
Slim\Interfaces\Http\HeadersInterface\add
add($key, $value)
$key
$key
Definition:
croninfo.php:18
libs
composer
vendor
slim
slim
Slim
Interfaces
Http
HeadersInterface.php
Generated on Sat Jan 18 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)