ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
+
Functions
_
a
b
c
e
f
g
h
i
m
n
p
r
s
t
u
w
Variables
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
(
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
CannotSetCookie.php
Go to the documentation of this file.
1
<?php
9
namespace
SimpleSAML\Error
;
10
11
12
class
CannotSetCookie
extends
\SimpleSAML_Error_Exception
13
{
14
20
const
UNKNOWN
= 0;
21
28
const
HEADERS_SENT
= 1;
29
35
const
SECURE_COOKIE
= 2;
36
}
SimpleSAML\Error\CannotSetCookie\UNKNOWN
const UNKNOWN
Definition:
CannotSetCookie.php:20
SimpleSAML_Error_Exception
Definition:
Exception.php:12
SimpleSAML\Error
Definition:
CannotSetCookie.php:9
SimpleSAML\Error\CannotSetCookie
Definition:
CannotSetCookie.php:12
SimpleSAML\Error\CannotSetCookie\SECURE_COOKIE
const SECURE_COOKIE
Definition:
CannotSetCookie.php:35
SimpleSAML\Error\CannotSetCookie\HEADERS_SENT
const HEADERS_SENT
Definition:
CannotSetCookie.php:28
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
CannotSetCookie.php
Generated on Tue Apr 15 2025 19:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)