ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilWebLinkList.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilWebLinkList
extends
ilWebLinkBaseList
26
{
27
protected
int
$webr_id
;
28
29
protected
DateTimeImmutable
$create_date
;
30
protected
DateTimeImmutable
$last_update
;
31
32
public
function
__construct
(
33
int
$webr_id,
34
string
$title
,
35
?
string
$description
,
36
DateTimeImmutable
$create_date,
37
DateTimeImmutable
$last_update
38
) {
39
$this->webr_id =
$webr_id
;
40
$this->create_date =
$create_date
;
41
$this->last_update =
$last_update
;
42
parent::__construct
($title, $description);
43
}
44
45
public
function
getWebrId
():
int
46
{
47
return
$this->webr_id
;
48
}
49
50
public
function
getCreateDate
():
DateTimeImmutable
51
{
52
return
$this->create_date
;
53
}
54
55
public
function
getLastUpdate
():
DateTimeImmutable
56
{
57
return
$this->last_update
;
58
}
59
}
DateTimeImmutable
ilWebLinkList\__construct
__construct(int $webr_id, string $title, ?string $description, DateTimeImmutable $create_date, DateTimeImmutable $last_update)
Definition:
class.ilWebLinkList.php:32
ilWebLinkList\$create_date
DateTimeImmutable $create_date
Definition:
class.ilWebLinkList.php:29
ilWebLinkBaseList
Base class for Web Link lists.
Definition:
class.ilWebLinkBaseList.php:25
ilWebLinkBaseList\$title
string $title
Definition:
class.ilWebLinkBaseList.php:27
ilWebLinkList\$webr_id
int $webr_id
Definition:
class.ilWebLinkList.php:27
ilWebLinkList\$last_update
DateTimeImmutable $last_update
Definition:
class.ilWebLinkList.php:30
ilWebLinkList\getCreateDate
getCreateDate()
Definition:
class.ilWebLinkList.php:50
ilWebLinkList
Immutable class for Web Link lists.
Definition:
class.ilWebLinkList.php:25
ilWebLinkList\getWebrId
getWebrId()
Definition:
class.ilWebLinkList.php:45
ilWebLinkBaseList\$description
string $description
Definition:
class.ilWebLinkBaseList.php:28
ilWebLinkList\getLastUpdate
getLastUpdate()
Definition:
class.ilWebLinkList.php:55
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
WebResource
classes
List
class.ilWebLinkList.php
Generated on Sun Apr 13 2025 23:04:23 for ILIAS by
1.8.13 (using
Doxyfile
)