|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilLPMarks:Public Member Functions | |
| ilLPMarks ($a_obj_id, $a_usr_id) | |
| getUserId () | |
| setMark ($a_mark) | |
| getMark () | |
| setComment ($a_comment) | |
| getComment () | |
| setCompleted ($a_status) | |
| getCompleted () | |
| getObjId () | |
| update () | |
| _hasCompleted ($a_usr_id, $a_obj_id) | |
| _lookupMark ($a_usr_id, $a_obj_id) | |
| _lookupComment ($a_usr_id, $a_obj_id) | |
| __read () | |
| __add () | |
Static Public Member Functions | |
| static | deleteObject ($a_obj_id) |
| Delete object. | |
Data Fields | |
| $db = null | |
| $obj_id = null | |
| $usr_id = null | |
| $obj_type = null | |
| $completed = false | |
| $comment = '' | |
| $mark = '' | |
| $has_entry = false | |
Definition at line 36 of file class.ilLPMarks.php.
| ilLPMarks::__add | ( | ) |
Definition at line 204 of file class.ilLPMarks.php.
References $ilDB, $query, $res, getComment(), getCompleted(), getMark(), getObjId(), and getUserId().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPMarks::__read | ( | ) |
Definition at line 184 of file class.ilLPMarks.php.
References $ilDB, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPMarks().
Here is the caller graph for this function:| ilLPMarks::_hasCompleted | ( | $a_usr_id, | |
| $a_obj_id | |||
| ) |
Definition at line 134 of file class.ilLPMarks.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilInfoScreenGUI\showLearningProgress().
Here is the caller graph for this function:| ilLPMarks::_lookupComment | ( | $a_usr_id, | |
| $a_obj_id | |||
| ) |
Definition at line 167 of file class.ilLPMarks.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilExGradesTableGUI\fillRow(), ilObjExerciseGUI\infoScreen(), and ilTrackingTest\testLPMarks().
Here is the caller graph for this function:| ilLPMarks::_lookupMark | ( | $a_usr_id, | |
| $a_obj_id | |||
| ) |
Definition at line 150 of file class.ilLPMarks.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilObjExercise\exportGradesExcel(), ilExGradesTableGUI\fillRow(), and ilObjExerciseGUI\infoScreen().
Here is the caller graph for this function:
|
static |
Delete object.
Definition at line 70 of file class.ilLPMarks.php.
References $ilDB, $query, and $res.
Referenced by ilEventParticipants\_deleteByEvent(), and ilTrackingTest\testLPMarks().
Here is the caller graph for this function:| ilLPMarks::getComment | ( | ) |
Definition at line 97 of file class.ilLPMarks.php.
References $comment.
Referenced by __add(), and update().
Here is the caller graph for this function:| ilLPMarks::getCompleted | ( | ) |
Definition at line 105 of file class.ilLPMarks.php.
References $completed.
Referenced by __add(), and update().
Here is the caller graph for this function:| ilLPMarks::getMark | ( | ) |
Definition at line 89 of file class.ilLPMarks.php.
References $mark.
Referenced by __add(), and update().
Here is the caller graph for this function:| ilLPMarks::getObjId | ( | ) |
Definition at line 110 of file class.ilLPMarks.php.
References $obj_id.
Referenced by __add(), and update().
Here is the caller graph for this function:| ilLPMarks::getUserId | ( | ) |
Definition at line 80 of file class.ilLPMarks.php.
References $usr_id.
Referenced by __add(), and update().
Here is the caller graph for this function:| ilLPMarks::ilLPMarks | ( | $a_obj_id, | |
| $a_usr_id | |||
| ) |
Definition at line 52 of file class.ilLPMarks.php.
References $ilDB, and __read().
Here is the call graph for this function:| ilLPMarks::setComment | ( | $a_comment | ) |
Definition at line 93 of file class.ilLPMarks.php.
| ilLPMarks::setCompleted | ( | $a_status | ) |
Definition at line 101 of file class.ilLPMarks.php.
Referenced by ilInfoScreenGUI\saveProgress().
Here is the caller graph for this function:| ilLPMarks::setMark | ( | $a_mark | ) |
Definition at line 85 of file class.ilLPMarks.php.
| ilLPMarks::update | ( | ) |
Definition at line 115 of file class.ilLPMarks.php.
References $ilDB, $query, $res, __add(), getComment(), getCompleted(), getMark(), getObjId(), and getUserId().
Here is the call graph for this function:| 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 48 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::$usr_id = null |
Definition at line 41 of file class.ilLPMarks.php.
Referenced by getUserId().