ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($a_obj_id, $a_usr_id) | |
getUserId () | |
setMark ($a_mark) | |
getMark () | |
setComment ($a_comment) | |
getComment () | |
setCompleted ($a_status) | |
getCompleted () | |
getStatusChanged () | |
getObjId () | |
update () | |
__read () | |
__add () | |
Static Public Member Functions | |
static | deleteObject ($a_obj_id) |
Delete object. More... | |
static | _hasCompleted ($a_usr_id, $a_obj_id) |
static | getCompletionsOfUser ($user_id, $from, $to) |
Get completions of user. More... | |
static | _lookupMark ($a_usr_id, $a_obj_id) |
static | _lookupComment ($a_usr_id, $a_obj_id) |
static | _deleteForUsers ($a_obj_id, array $a_user_ids) |
static | _getAllUserIds ($a_obj_id) |
Data Fields | |
$db = null | |
$obj_id = null | |
$usr_id = null | |
$obj_type = null | |
$completed = false | |
$comment = '' | |
$mark = '' | |
$status_changed = '' | |
$has_entry = false | |
Definition at line 36 of file class.ilLPMarks.php.
ilLPMarks::__construct | ( | $a_obj_id, | |
$a_usr_id | |||
) |
Definition at line 53 of file class.ilLPMarks.php.
References $DIC, $ilDB, and __read().
ilLPMarks::__add | ( | ) |
Definition at line 249 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, $res, getComment(), getCompleted(), getMark(), getObjId(), and getUserId().
Referenced by update().
ilLPMarks::__read | ( | ) |
Definition at line 227 of file class.ilLPMarks.php.
References $DIC, $ilDB, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
|
static |
Definition at line 269 of file class.ilLPMarks.php.
Referenced by ilObjectLP\resetLPDataForUserIds().
|
static |
Definition at line 280 of file class.ilLPMarks.php.
References $DIC, $ilDB, $res, and $row.
Referenced by ilObjectLP\gatherLPUsers().
|
static |
Definition at line 145 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilContentPageKioskModeView\builtLearningProgressToggleControl(), and ilInfoScreenGUI\showLearningProgress().
|
static |
Definition at line 209 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilWikiContributorsTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilObjWikiGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), and ilTrackingTest\testLPMarks().
|
static |
Definition at line 191 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilObjExercise\exportGradesExcel(), ilWikiContributorsTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilExerciseCertificateAdapter\getCertificateVariablesForPresentation(), ilScormMailTemplateLPContext\getDescription(), ilCourseMailTemplateTutorContext\getDescription(), ilObjWikiGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), and ilCertificateLPMarksHelper\lookUpMark().
|
static |
Delete object.
Definition at line 74 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilEventParticipants\_deleteByEvent(), ilObjectLP\handleDelete(), and ilTrackingTest\testLPMarks().
ilLPMarks::getComment | ( | ) |
Definition at line 103 of file class.ilLPMarks.php.
References $comment.
Referenced by __add(), ilObjWikiGUI\saveGradingObject(), and update().
ilLPMarks::getCompleted | ( | ) |
Definition at line 111 of file class.ilLPMarks.php.
References $completed.
Referenced by __add(), ilContentPageKioskModeView\toggleLearningProgress(), and update().
|
static |
Get completions of user.
$user_id | |
$from | |
$to |
Definition at line 169 of file class.ilLPMarks.php.
References $DIC, $from, $ilDB, $query, and ilLPStatus\LP_STATUS_COMPLETED_NUM.
Referenced by ilTrackingLearningHistoryProvider\getEntries().
ilLPMarks::getMark | ( | ) |
Definition at line 95 of file class.ilLPMarks.php.
References $mark.
Referenced by __add(), and update().
ilLPMarks::getObjId | ( | ) |
Definition at line 120 of file class.ilLPMarks.php.
References $obj_id.
Referenced by __add(), and update().
ilLPMarks::getStatusChanged | ( | ) |
ilLPMarks::getUserId | ( | ) |
Definition at line 86 of file class.ilLPMarks.php.
References $usr_id.
Referenced by __add(), and update().
ilLPMarks::setComment | ( | $a_comment | ) |
Definition at line 99 of file class.ilLPMarks.php.
References comment().
ilLPMarks::setCompleted | ( | $a_status | ) |
Definition at line 107 of file class.ilLPMarks.php.
Referenced by ilInfoScreenGUI\saveProgress(), and ilObjCourseGUI\updateLPFromStatus().
ilLPMarks::setMark | ( | $a_mark | ) |
Definition at line 91 of file class.ilLPMarks.php.
ilLPMarks::update | ( | ) |
Definition at line 125 of file class.ilLPMarks.php.
References $DIC, $ilDB, $query, $res, __add(), getComment(), getCompleted(), getMark(), getObjId(), and getUserId().
ilLPMarks::$comment = '' |
Definition at line 45 of file class.ilLPMarks.php.
Referenced by getComment().
ilLPMarks::$completed = false |
Definition at line 44 of file class.ilLPMarks.php.
Referenced by getCompleted().
ilLPMarks::$db = null |
Definition at line 38 of file class.ilLPMarks.php.
ilLPMarks::$has_entry = false |
Definition at line 49 of file class.ilLPMarks.php.
ilLPMarks::$mark = '' |
Definition at line 46 of file class.ilLPMarks.php.
Referenced by getMark().
ilLPMarks::$obj_id = null |
Definition at line 40 of file class.ilLPMarks.php.
Referenced by getObjId().
ilLPMarks::$obj_type = null |
Definition at line 42 of file class.ilLPMarks.php.
ilLPMarks::$status_changed = '' |
Definition at line 47 of file class.ilLPMarks.php.
Referenced by getStatusChanged().
ilLPMarks::$usr_id = null |
Definition at line 41 of file class.ilLPMarks.php.
Referenced by getUserId().