|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilExcIndividualDeadline: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.
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilExcIndividualDeadline::getIndividualDeadline | ( | ) |
Definition at line 70 of file class.ilExcIndividualDeadline.php.
References $individual_deadline.
Referenced by save().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilExcIndividualDeadline::getRequested | ( | ) |
Definition at line 80 of file class.ilExcIndividualDeadline.php.
References $requested.
Referenced by save().
Here is the caller graph for this function:| ilExcIndividualDeadline::getStartingTimestamp | ( | ) |
Definition at line 60 of file class.ilExcIndividualDeadline.php.
References $starting_timestamp.
Referenced by save().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilExcIndividualDeadline::read | ( | ) |
Definition at line 85 of file class.ilExcIndividualDeadline.php.
References $db, $ilDB, setIndividualDeadline(), setRequested(), and setStartingTimestamp().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcIndividualDeadline::save | ( | ) |
Definition at line 102 of file class.ilExcIndividualDeadline.php.
References $db, $ilDB, getIndividualDeadline(), getRequested(), and getStartingTimestamp().
Here is the call graph for this function:| ilExcIndividualDeadline::setIndividualDeadline | ( | int | $a_val | ) |
Definition at line 65 of file class.ilExcIndividualDeadline.php.
Referenced by read().
Here is the caller graph for this function:| ilExcIndividualDeadline::setRequested | ( | bool | $a_val | ) |
Definition at line 75 of file class.ilExcIndividualDeadline.php.
Referenced by read().
Here is the caller graph for this function:| ilExcIndividualDeadline::setStartingTimestamp | ( | int | $a_val | ) |
Definition at line 55 of file class.ilExcIndividualDeadline.php.
Referenced by read().
Here is the caller graph for this function:
|
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().