ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setStartingTimestamp (int $a_val) | |
getStartingTimestamp () | |
setIndividualDeadline (int $a_val) | |
getIndividualDeadline () | |
setRequested (bool $a_val) | |
getRequested () | |
read () | |
save () | |
delete () | |
Static Public Member Functions | |
static | getInstance (int $a_ass_id, int $a_participant_id, bool $a_is_team=false) |
static | deleteForAssignment (int $ass_id) |
static | getStartingTimestamps (int $a_ass_id) |
Get starting timestamp data for an assignment. More... | |
Protected Member Functions | |
__construct (int $a_ass_id, int $a_participant_id, bool $a_is_team) | |
Protected Attributes | |
bool | $requested = false |
int | $participant_id |
bool | $is_team |
int | $ass_id |
ilDBInterface | $db |
int | $starting_timestamp = 0 |
int | $individual_deadline = 0 |
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 Individual deadlines
Definition at line 24 of file class.ilExcIndividualDeadline.php.
|
protected |
Definition at line 34 of file class.ilExcIndividualDeadline.php.
ilExcIndividualDeadline::delete | ( | ) |
Definition at line 121 of file class.ilExcIndividualDeadline.php.
|
static |
Definition at line 133 of file class.ilExcIndividualDeadline.php.
Referenced by ilExAssignment\delete().
ilExcIndividualDeadline::getIndividualDeadline | ( | ) |
Definition at line 70 of file class.ilExcIndividualDeadline.php.
References $individual_deadline.
Referenced by save().
|
static |
Definition at line 47 of file class.ilExcIndividualDeadline.php.
Referenced by ilExAssignmentTeam\adoptTeams(), ilExerciseMembers\deassignMember(), ILIAS\Exercise\IndividualDeadline\IndividualDeadlineManager\deleteAllOfUserInExercise(), ilExcAssMemberState\getInstanceByIds(), ilExAssignmentTeam\getTeamId(), and ilExAssignment\setIndividualDeadline().
ilExcIndividualDeadline::getRequested | ( | ) |
Definition at line 80 of file class.ilExcIndividualDeadline.php.
References $requested.
Referenced by save().
ilExcIndividualDeadline::getStartingTimestamp | ( | ) |
Definition at line 60 of file class.ilExcIndividualDeadline.php.
References $starting_timestamp.
Referenced by save().
|
static |
Get starting timestamp data for an assignment.
This is mainly used by ilExAssignment to determine the calculated deadlines
int | $a_ass_id |
Definition at line 152 of file class.ilExcIndividualDeadline.php.
References $DIC, $ilDB, and $res.
Referenced by ilExAssignment\getCalculatedDeadlines().
ilExcIndividualDeadline::read | ( | ) |
Definition at line 85 of file class.ilExcIndividualDeadline.php.
References $db, $ilDB, setIndividualDeadline(), setRequested(), and setStartingTimestamp().
Referenced by __construct().
ilExcIndividualDeadline::save | ( | ) |
Definition at line 102 of file class.ilExcIndividualDeadline.php.
References $db, $ilDB, getIndividualDeadline(), getRequested(), and getStartingTimestamp().
ilExcIndividualDeadline::setIndividualDeadline | ( | int | $a_val | ) |
Definition at line 65 of file class.ilExcIndividualDeadline.php.
Referenced by read().
ilExcIndividualDeadline::setRequested | ( | bool | $a_val | ) |
Definition at line 75 of file class.ilExcIndividualDeadline.php.
Referenced by read().
ilExcIndividualDeadline::setStartingTimestamp | ( | int | $a_val | ) |
Definition at line 55 of file class.ilExcIndividualDeadline.php.
Referenced by read().
|
protected |
Definition at line 29 of file class.ilExcIndividualDeadline.php.
|
protected |
Definition at line 30 of file class.ilExcIndividualDeadline.php.
|
protected |
Definition at line 32 of file class.ilExcIndividualDeadline.php.
Referenced by getIndividualDeadline().
|
protected |
Definition at line 28 of file class.ilExcIndividualDeadline.php.
|
protected |
Definition at line 27 of file class.ilExcIndividualDeadline.php.
|
protected |
Definition at line 26 of file class.ilExcIndividualDeadline.php.
Referenced by getRequested().
|
protected |
Definition at line 31 of file class.ilExcIndividualDeadline.php.
Referenced by getStartingTimestamp().