|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Exercise\Settings\Settings:Public Member Functions | |
| __construct (protected int $obj_id, protected string $instruction, protected int $time_stamp, protected string $pass_mode, protected int $nr_mandatory_random, protected int $pass_nr, protected bool $show_submissions, protected bool $compl_by_submission, protected int $certificate_visibility, protected int $tfeedback) | |
| getObjId () | |
| withObjId (int $id) | |
| getInstruction () | |
| getTimeStamp () | |
| getPassMode () | |
| getNrMandatoryRandom () | |
| getPassNr () | |
| getShowSubmissions () | |
| getCompletionBySubmission () | |
| getCertificateVisibility () | |
| getTutorFeedback () | |
| hasTutorFeedbackText () | |
| hasTutorFeedbackMail () | |
| hasTutorFeedbackFile () | |
Definition at line 23 of file Settings.php.
| ILIAS\Exercise\Settings\Settings::__construct | ( | protected int | $obj_id, |
| protected string | $instruction, | ||
| protected int | $time_stamp, | ||
| protected string | $pass_mode, | ||
| protected int | $nr_mandatory_random, | ||
| protected int | $pass_nr, | ||
| protected bool | $show_submissions, | ||
| protected bool | $compl_by_submission, | ||
| protected int | $certificate_visibility, | ||
| protected int | $tfeedback | ||
| ) |
Definition at line 25 of file Settings.php.
| ILIAS\Exercise\Settings\Settings::getCertificateVisibility | ( | ) |
Definition at line 88 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getCompletionBySubmission | ( | ) |
Definition at line 83 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getInstruction | ( | ) |
Definition at line 53 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getNrMandatoryRandom | ( | ) |
Definition at line 68 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getObjId | ( | ) |
Definition at line 40 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getPassMode | ( | ) |
Definition at line 63 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getPassNr | ( | ) |
Definition at line 73 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getShowSubmissions | ( | ) |
Definition at line 78 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getTimeStamp | ( | ) |
Definition at line 58 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::getTutorFeedback | ( | ) |
Definition at line 93 of file Settings.php.
Referenced by ILIAS\Exercise\Settings\SettingsDBRepository\create(), and ILIAS\Exercise\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\Exercise\Settings\Settings::hasTutorFeedbackFile | ( | ) |
Definition at line 108 of file Settings.php.
References ilObjExercise\TUTOR_FEEDBACK_FILE.
| ILIAS\Exercise\Settings\Settings::hasTutorFeedbackMail | ( | ) |
Definition at line 103 of file Settings.php.
References ilObjExercise\TUTOR_FEEDBACK_MAIL.
| ILIAS\Exercise\Settings\Settings::hasTutorFeedbackText | ( | ) |
Definition at line 98 of file Settings.php.
References ilObjExercise\TUTOR_FEEDBACK_TEXT.
| ILIAS\Exercise\Settings\Settings::withObjId | ( | int | $id | ) |
Definition at line 45 of file Settings.php.
References $id.