ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $achieve_text, string $achieve_in_text, string $icon_path, int $ts, int $obj_id, int $ref_id=0) | |
getTimestamp () | |
getObjId () | |
getRefId () | |
getAchieveText () | |
getAchieveInText () | |
Get "achieve in ..." text. More... | |
getIconPath () | |
Protected Attributes | |
string | $achieve_text |
string | $achieve_in_text |
string | $icon_path |
int | $ts |
int | $obj_id |
int | $ref_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Learning history entry
Definition at line 23 of file class.ilLearningHistoryEntry.php.
ilLearningHistoryEntry::__construct | ( | string | $achieve_text, |
string | $achieve_in_text, | ||
string | $icon_path, | ||
int | $ts, | ||
int | $obj_id, | ||
int | $ref_id = 0 |
||
) |
Definition at line 32 of file class.ilLearningHistoryEntry.php.
References $achieve_in_text, $achieve_text, $icon_path, $obj_id, $ref_id, and $ts.
ilLearningHistoryEntry::getAchieveInText | ( | ) |
Get "achieve in ..." text.
Definition at line 71 of file class.ilLearningHistoryEntry.php.
References $achieve_in_text.
ilLearningHistoryEntry::getAchieveText | ( | ) |
Definition at line 63 of file class.ilLearningHistoryEntry.php.
References $achieve_text.
ilLearningHistoryEntry::getIconPath | ( | ) |
ilLearningHistoryEntry::getObjId | ( | ) |
ilLearningHistoryEntry::getRefId | ( | ) |
ilLearningHistoryEntry::getTimestamp | ( | ) |
|
protected |
Definition at line 26 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getAchieveInText().
|
protected |
Definition at line 25 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getAchieveText().
|
protected |
Definition at line 27 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getIconPath().
|
protected |
Definition at line 29 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 30 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 28 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getTimestamp().