ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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()
$name
if($format !==null) $name
Definition:
metadata.php:146
Slim\Interfaces\Http\CookiesInterface\parseHeader
static parseHeader($header)
libs
composer
vendor
slim
slim
Slim
Interfaces
Http
CookiesInterface.php
Generated on Sat Jan 18 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)