ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
CookiesInterface.php
Go to the documentation of this file.
1
<?
php
9
namespace
Slim\Interfaces\Http
;
10
17
interface
CookiesInterface
18
{
19
public
function
get
(
$name
,
$default
= null);
20
public
function
set
(
$name
, $value);
21
public
function
toHeaders
();
22
public
static
function
parseHeader
(
$header
);
23
}
Slim\Interfaces\Http\CookiesInterface
Definition:
CookiesInterface.php:17
Slim\Interfaces\Http
Slim Framework (https://slimframework.com)
Definition:
CookiesInterface.php:9
$header
$header
Definition:
no_cookie.tpl.php:6
Slim\Interfaces\Http\CookiesInterface\toHeaders
toHeaders()
$default
$default
Definition:
build.php:20
$name
$name
Definition:
client_example.php:35
php
Slim\Interfaces\Http\CookiesInterface\parseHeader
static parseHeader($header)
libs
composer
vendor
slim
slim
Slim
Interfaces
Http
CookiesInterface.php
Generated on Thu Jan 16 2025 19:01:56 for ILIAS by
1.8.13 (using
Doxyfile
)