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
class.ilLearningHistoryEntry.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilLearningHistoryEntry
12
{
16
protected
$achieve_text
;
17
21
protected
$achieve_in_text
;
22
26
protected
$icon_path
;
27
31
protected
$ts
;
32
36
protected
$obj_id
;
37
41
protected
$ref_id
;
42
52
public
function
__construct
(
$achieve_text
,
$achieve_in_text
,
$icon_path
,
$ts
,
$obj_id
,
$ref_id
= 0)
53
{
54
$this->achieve_text =
$achieve_text
;
55
$this->achieve_in_text =
$achieve_in_text
;
56
$this->icon_path =
$icon_path
;
57
$this->ts =
$ts
;
58
$this->obj_id =
$obj_id
;
59
$this->ref_id =
$ref_id
;
60
}
61
67
public
function
getTimestamp
()
68
{
69
return
$this->ts
;
70
}
71
77
public
function
getObjId
()
78
{
79
return
$this->obj_id
;
80
}
81
87
public
function
getRefId
()
88
{
89
return
$this->ref_id
;
90
}
91
97
public
function
getAchieveText
()
98
{
99
return
$this->achieve_text
;
100
}
101
107
public
function
getAchieveInText
()
108
{
109
return
$this->achieve_in_text
;
110
}
111
117
public
function
getIconPath
()
118
{
119
return
$this->icon_path
;
120
}
121
}
ilLearningHistoryEntry\$achieve_text
$achieve_text
Definition:
class.ilLearningHistoryEntry.php:16
ilLearningHistoryEntry\getIconPath
getIconPath()
Get Icon path.
Definition:
class.ilLearningHistoryEntry.php:117
ilLearningHistoryEntry\getObjId
getObjId()
Get obj id.
Definition:
class.ilLearningHistoryEntry.php:77
ilLearningHistoryEntry\getAchieveText
getAchieveText()
Get achieve text.
Definition:
class.ilLearningHistoryEntry.php:97
ilLearningHistoryEntry\getAchieveInText
getAchieveInText()
Get achieve in text.
Definition:
class.ilLearningHistoryEntry.php:107
ilLearningHistoryEntry\getTimestamp
getTimestamp()
Get timestamp.
Definition:
class.ilLearningHistoryEntry.php:67
ilLearningHistoryEntry\$ts
$ts
Definition:
class.ilLearningHistoryEntry.php:31
ilLearningHistoryEntry\__construct
__construct($achieve_text, $achieve_in_text, $icon_path, $ts, $obj_id, $ref_id=0)
Constructor.
Definition:
class.ilLearningHistoryEntry.php:52
ilLearningHistoryEntry\getRefId
getRefId()
Get ref id.
Definition:
class.ilLearningHistoryEntry.php:87
ilLearningHistoryEntry\$ref_id
$ref_id
Definition:
class.ilLearningHistoryEntry.php:41
ilLearningHistoryEntry
Learning history entry.
Definition:
class.ilLearningHistoryEntry.php:11
ilLearningHistoryEntry\$obj_id
$obj_id
Definition:
class.ilLearningHistoryEntry.php:36
ilLearningHistoryEntry\$icon_path
$icon_path
Definition:
class.ilLearningHistoryEntry.php:26
ilLearningHistoryEntry\$achieve_in_text
$achieve_in_text
Definition:
class.ilLearningHistoryEntry.php:21
Services
LearningHistory
classes
class.ilLearningHistoryEntry.php
Generated on Wed Apr 2 2025 20:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)