|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilExAssignmentMemberStatus:Public Member Functions | |
| __construct (int $a_ass_id, int $a_user_id) | |
| setNotice (string $a_value) | |
| getNotice () | |
| setReturned (bool $a_value) | |
| getReturned () | |
| setSolved (bool $a_value) | |
| getSolved () | |
| getStatusTime () | |
| setSent (bool $a_value) | |
| getSent () | |
| getSentTime () | |
| setFeedback (bool $a_value) | |
| getFeedback () | |
| getFeedbackTime () | |
| setStatus (string $a_value) | |
| getStatus () | |
| setMark (string $a_value) | |
| getMark () | |
| setComment (string $a_value) | |
| getComment () | |
| update () | |
| getStatusIcon () | |
Static Public Member Functions | |
| static | lookupAnyExerciseSent (int $a_ass_id) |
Protected Member Functions | |
| setStatusTime (string $a_value) | |
| setSentTime (string $a_value) | |
| setFeedbackTime (string $a_value) | |
| read () | |
| getFields () | |
| postUpdateReturned () | |
| postUpdateStatus () | |
Protected Attributes | |
| ilDBInterface | $db |
| int | $ass_id = 0 |
| int | $user_id = 0 |
| string | $notice = "" |
| bool | $returned = false |
| bool | $solved = false |
| bool | $sent = false |
| string | $sent_time = "" |
| bool | $feedback = false |
| string | $feedback_time = "" |
| string | $status = "notgraded" |
| string | $status_time = "" |
| string | $mark = "" |
| string | $comment = "" |
| bool | $db_exists = false |
| bool | $returned_update = false |
| bool | $status_update = false |
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 Exercise assignment member status
Definition at line 25 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::__construct | ( | int | $a_ass_id, |
| int | $a_user_id | ||
| ) |
Definition at line 46 of file class.ilExAssignmentMemberStatus.php.
Here is the call graph for this function:| ilExAssignmentMemberStatus::getComment | ( | ) |
Definition at line 188 of file class.ilExAssignmentMemberStatus.php.
References $comment.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedback | ( | ) |
Definition at line 140 of file class.ilExAssignmentMemberStatus.php.
References $feedback.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedbackTime | ( | ) |
Definition at line 151 of file class.ilExAssignmentMemberStatus.php.
References $feedback_time.
Referenced by getFields().
Here is the caller graph for this function:
|
protected |
Definition at line 219 of file class.ilExAssignmentMemberStatus.php.
References getComment(), getFeedback(), getFeedbackTime(), getMark(), getNotice(), getReturned(), getSent(), getSentTime(), getSolved(), getStatus(), and getStatusTime().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getMark | ( | ) |
Definition at line 178 of file class.ilExAssignmentMemberStatus.php.
References $mark.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getNotice | ( | ) |
Definition at line 62 of file class.ilExAssignmentMemberStatus.php.
References $notice.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getReturned | ( | ) |
Definition at line 76 of file class.ilExAssignmentMemberStatus.php.
References $returned.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSent | ( | ) |
Definition at line 116 of file class.ilExAssignmentMemberStatus.php.
References $sent.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSentTime | ( | ) |
Definition at line 127 of file class.ilExAssignmentMemberStatus.php.
References $sent_time.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSolved | ( | ) |
Definition at line 92 of file class.ilExAssignmentMemberStatus.php.
References $solved.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getStatus | ( | ) |
Definition at line 165 of file class.ilExAssignmentMemberStatus.php.
References $status.
Referenced by getFields(), and getStatusIcon().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getStatusIcon | ( | ) |
Definition at line 295 of file class.ilExAssignmentMemberStatus.php.
References getStatus().
Here is the call graph for this function:| ilExAssignmentMemberStatus::getStatusTime | ( | ) |
Definition at line 103 of file class.ilExAssignmentMemberStatus.php.
References $status_time.
Referenced by getFields().
Here is the caller graph for this function:
|
static |
Definition at line 310 of file class.ilExAssignmentMemberStatus.php.
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 266 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, ilExAssignment\FEEDBACK_DATE_SUBMISSION, and ilExAssignment\sendFeedbackNotifications().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 285 of file class.ilExAssignmentMemberStatus.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 193 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, and ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setComment | ( | string | $a_value | ) |
Definition at line 183 of file class.ilExAssignmentMemberStatus.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Here is the call graph for this function:| ilExAssignmentMemberStatus::setFeedback | ( | bool | $a_value | ) |
Definition at line 132 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setFeedbackTime().
Here is the call graph for this function:
|
protected |
Definition at line 146 of file class.ilExAssignmentMemberStatus.php.
Referenced by setFeedback().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setMark | ( | string | $a_value | ) |
Definition at line 170 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
Here is the call graph for this function:| ilExAssignmentMemberStatus::setNotice | ( | string | $a_value | ) |
Definition at line 57 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setReturned | ( | bool | $a_value | ) |
Definition at line 67 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setSent | ( | bool | $a_value | ) |
Definition at line 108 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setSentTime().
Here is the call graph for this function:
|
protected |
Definition at line 122 of file class.ilExAssignmentMemberStatus.php.
Referenced by setSent().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setSolved | ( | bool | $a_value | ) |
Definition at line 84 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setStatus | ( | string | $a_value | ) |
Definition at line 156 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
Here is the call graph for this function:
|
protected |
Definition at line 98 of file class.ilExAssignmentMemberStatus.php.
Referenced by setMark(), and setStatus().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::update | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 239 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, $keys, getFields(), postUpdateReturned(), and postUpdateStatus().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 41 of file class.ilExAssignmentMemberStatus.php.
Referenced by getComment().
|
protected |
Definition at line 27 of file class.ilExAssignmentMemberStatus.php.
Referenced by postUpdateReturned(), read(), and update().
|
protected |
Definition at line 42 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 36 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedback().
|
protected |
Definition at line 37 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedbackTime().
|
protected |
Definition at line 40 of file class.ilExAssignmentMemberStatus.php.
Referenced by getMark().
|
protected |
Definition at line 31 of file class.ilExAssignmentMemberStatus.php.
Referenced by getNotice().
|
protected |
Definition at line 32 of file class.ilExAssignmentMemberStatus.php.
Referenced by getReturned().
|
protected |
Definition at line 43 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 34 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSent().
|
protected |
Definition at line 35 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSentTime().
|
protected |
Definition at line 33 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSolved().
|
protected |
Definition at line 38 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatus().
|
protected |
Definition at line 39 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatusTime().
|
protected |
Definition at line 44 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 30 of file class.ilExAssignmentMemberStatus.php.