ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
ILIAS\Exercise\Settings\Settings::hasTutorFeedbackFile | ( | ) |
ILIAS\Exercise\Settings\Settings::hasTutorFeedbackMail | ( | ) |
ILIAS\Exercise\Settings\Settings::hasTutorFeedbackText | ( | ) |
ILIAS\Exercise\Settings\Settings::withObjId | ( | int | $id | ) |
Definition at line 45 of file Settings.php.
References $id.