ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
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
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
LostIdentification.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Identification
;
2
8
class
LostIdentification
implements
IdentificationInterface
9
{
10
14
private
$serialized_string
=
""
;
15
16
22
public
function
__construct
(
string
$serialized_string
= null)
23
{
24
$this->serialized_string =
$serialized_string
;
25
}
26
27
31
public
function
serialize
()
32
{
33
return
$this->serialized_string
;
34
}
35
36
40
public
function
unserialize
($serialized)
41
{
42
return
;
43
}
44
45
49
public
function
getClassName
() : string
50
{
51
return
"Lost"
;
52
}
53
54
58
public
function
getInternalIdentifier
() : string
59
{
60
return
"Lost"
;
61
}
62
63
67
public
function
getProviderNameForPresentation
() : string
68
{
69
return
"Lost"
;
70
}
71
}
ILIAS\GlobalScreen\Identification\LostIdentification\serialize
serialize()
Definition:
LostIdentification.php:31
ILIAS\GlobalScreen\Identification\LostIdentification
Class LostIdentification.
Definition:
LostIdentification.php:8
ILIAS\GlobalScreen\Identification\LostIdentification\getClassName
getClassName()
Definition:
LostIdentification.php:49
ILIAS\GlobalScreen\Identification\LostIdentification\unserialize
unserialize($serialized)
Definition:
LostIdentification.php:40
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
ILIAS\GlobalScreen\Identification\LostIdentification\getInternalIdentifier
getInternalIdentifier()
Definition:
LostIdentification.php:58
ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string
$serialized_string
Definition:
LostIdentification.php:14
ILIAS\GlobalScreen\Identification\LostIdentification\getProviderNameForPresentation
getProviderNameForPresentation()
Definition:
LostIdentification.php:67
ILIAS\GlobalScreen\Identification\LostIdentification\__construct
__construct(string $serialized_string=null)
NullIdentification constructor.
Definition:
LostIdentification.php:22
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:1
src
GlobalScreen
Identification
LostIdentification.php
Generated on Sun Apr 6 2025 20:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)