|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Learning history entry. More...
Collaboration diagram for ilLearningHistoryEntry:Public Member Functions | |
| __construct ($achieve_text, $achieve_in_text, $icon_path, $ts, $obj_id, $ref_id=0) | |
| Constructor. More... | |
| getTimestamp () | |
| Get timestamp. More... | |
| getObjId () | |
| Get obj id. More... | |
| getRefId () | |
| Get ref id. More... | |
| getAchieveText () | |
| Get achieve text. More... | |
| getAchieveInText () | |
| Get achieve in text. More... | |
| getIconPath () | |
| Get Icon path. More... | |
Protected Attributes | |
| $achieve_text | |
| $achieve_in_text | |
| $icon_path | |
| $ts | |
| $obj_id | |
| $ref_id | |
Learning history entry.
Definition at line 11 of file class.ilLearningHistoryEntry.php.
| ilLearningHistoryEntry::__construct | ( | $achieve_text, | |
| $achieve_in_text, | |||
| $icon_path, | |||
| $ts, | |||
| $obj_id, | |||
$ref_id = 0 |
|||
| ) |
Constructor.
| string | $achieve_text | |
| string | $achieve_in_text | |
| string | $icon_path | |
| int | $ts | |
| int | $obj_id | |
| int | $ref_id |
Definition at line 52 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 107 of file class.ilLearningHistoryEntry.php.
References $achieve_in_text.
| ilLearningHistoryEntry::getAchieveText | ( | ) |
Get achieve text.
Definition at line 97 of file class.ilLearningHistoryEntry.php.
References $achieve_text.
| ilLearningHistoryEntry::getIconPath | ( | ) |
Get Icon path.
Definition at line 117 of file class.ilLearningHistoryEntry.php.
References $icon_path.
| ilLearningHistoryEntry::getObjId | ( | ) |
Get obj id.
Definition at line 77 of file class.ilLearningHistoryEntry.php.
References $obj_id.
| ilLearningHistoryEntry::getRefId | ( | ) |
Get ref id.
Definition at line 87 of file class.ilLearningHistoryEntry.php.
References $ref_id.
| ilLearningHistoryEntry::getTimestamp | ( | ) |
Get timestamp.
Definition at line 67 of file class.ilLearningHistoryEntry.php.
References $ts.
|
protected |
Definition at line 21 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getAchieveInText().
|
protected |
Definition at line 16 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getAchieveText().
|
protected |
Definition at line 26 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getIconPath().
|
protected |
Definition at line 36 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 41 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 31 of file class.ilLearningHistoryEntry.php.
Referenced by __construct(), and getTimestamp().