ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
php
ilLearningHistoryEntry\$achieve_in_text
$achieve_in_text
Definition:
class.ilLearningHistoryEntry.php:21
Services
LearningHistory
classes
class.ilLearningHistoryEntry.php
Generated on Thu Feb 27 2025 19:01:58 for ILIAS by
1.8.13 (using
Doxyfile
)