ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (int $test_id, protected bool $show_answer_overview=false, protected bool $concluding_remarks_enabled=false, protected ?string $concluding_remarks_text='', protected ?int $concluding_remarks_page_id=null, protected RedirectionModes $redirection_mode=RedirectionModes::NONE, protected ?string $redirection_url=null, protected int $mail_notification_content_type=0, protected bool $always_send_mail_notification=false) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
toStorage () | |
toLog (AdditionalInformationGenerator $additional_info) | |
getShowAnswerOverview () | |
withShowAnswerOverview (bool $show_answer_overview) | |
getConcludingRemarksEnabled () | |
withConcludingRemarksEnabled (bool $concluding_remarks_enabled) | |
getConcludingRemarksText () | |
getConcludingRemarksPageId () | |
withConcludingRemarksPageId (?int $concluding_remarks_page_id) | |
getRedirectionMode () | |
withRedirectionMode (RedirectionModes $redirection_mode) | |
getRedirectionUrl () | |
withRedirectionUrl (?string $redirection_url) | |
getMailNotificationContentType () | |
withMailNotificationContentType (int $mail_notification_content_type) | |
getAlwaysSendMailNotification () | |
withAlwaysSendMailNotification (bool $always_send_mail_notification) | |
![]() | |
__construct (int $test_id) | |
getTestId () | |
withTestId (int $test_id) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
toStorage () | |
toLog (AdditionalInformationGenerator $additional_info) | |
Private Member Functions | |
getRedirectionInputs (\ilLanguage $lng, FieldFactory $f, Refinery $refinery) | |
getMailNotificationInputs (\ilLanguage $lng, FieldFactory $f, Refinery $refinery) | |
Additional Inherited Members | |
![]() | |
int | $test_id |
Definition at line 30 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::__construct | ( | int | $test_id, |
protected bool | $show_answer_overview = false , |
||
protected bool | $concluding_remarks_enabled = false , |
||
protected ?string | $concluding_remarks_text = '' , |
||
protected ?int | $concluding_remarks_page_id = null , |
||
protected RedirectionModes | $redirection_mode = RedirectionModes::NONE , |
||
protected ?string | $redirection_url = null , |
||
protected int | $mail_notification_content_type = 0 , |
||
protected bool | $always_send_mail_notification = false |
||
) |
Definition at line 32 of file SettingsFinishing.php.
References ILIAS\Test\Settings\TestSettings\$test_id, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getAlwaysSendMailNotification | ( | ) |
Definition at line 356 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getConcludingRemarksEnabled | ( | ) |
Definition at line 291 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getConcludingRemarksPageId | ( | ) |
Definition at line 308 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getConcludingRemarksText | ( | ) |
Definition at line 303 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getMailNotificationContentType | ( | ) |
Definition at line 344 of file SettingsFinishing.php.
|
private |
Definition at line 162 of file SettingsFinishing.php.
|
private |
Definition at line 69 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getRedirectionMode | ( | ) |
Definition at line 320 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getRedirectionUrl | ( | ) |
Definition at line 332 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::getShowAnswerOverview | ( | ) |
Definition at line 279 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::toForm | ( | \ilLanguage | $lng, |
FieldFactory | $f, | ||
Refinery | $refinery, | ||
?array | $environment = null |
||
) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 46 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 231 of file SettingsFinishing.php.
References ALWAYS, ILIAS\Test\Logging\AdditionalInformationGenerator\getEnabledDisabledTagForBool(), ILIAS\Test\Logging\AdditionalInformationGenerator\getNoneTag(), and ILIAS\Test\Logging\AdditionalInformationGenerator\getTagForLangVar().
ILIAS\Test\Settings\MainSettings\SettingsFinishing::toStorage | ( | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 217 of file SettingsFinishing.php.
References ILIAS\Repository\int().
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withAlwaysSendMailNotification | ( | bool | $always_send_mail_notification | ) |
Definition at line 361 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withConcludingRemarksEnabled | ( | bool | $concluding_remarks_enabled | ) |
Definition at line 296 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withConcludingRemarksPageId | ( | ?int | $concluding_remarks_page_id | ) |
Definition at line 313 of file SettingsFinishing.php.
Referenced by ilObjTest\addConcludingRemarksToSettingsFromImport(), and ilObjTest\getConcludingRemarksPageId().
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withMailNotificationContentType | ( | int | $mail_notification_content_type | ) |
Definition at line 349 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withRedirectionMode | ( | RedirectionModes | $redirection_mode | ) |
Definition at line 325 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withRedirectionUrl | ( | ?string | $redirection_url | ) |
Definition at line 337 of file SettingsFinishing.php.
ILIAS\Test\Settings\MainSettings\SettingsFinishing::withShowAnswerOverview | ( | bool | $show_answer_overview | ) |
Definition at line 284 of file SettingsFinishing.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getFinishingSettingsForStorage().