ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (int $test_id, protected bool $introduction_enabled=false, protected ?string $introduction_text=null, protected ?int $introduction_page_id=null, protected bool $conditions_checkbox_enabled=false,) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
toStorage () | |
toLog (AdditionalInformationGenerator $additional_info) | |
getIntroductionEnabled () | |
withIntroductionEnabled (bool $introduction_enabled) | |
getIntroductionText () | |
withIntroductionText (?string $introduction_text) | |
getIntroductionPageId () | |
withIntroductionPageId (?int $introduction_page_id) | |
getExamConditionsCheckboxEnabled () | |
withExamConditionsCheckboxEnabled (bool $conditions_checkbox_enabled) | |
![]() | |
__construct (int $test_id) | |
getTestId () | |
withTestId (int $test_id) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
toStorage () | |
toLog (AdditionalInformationGenerator $additional_info) | |
Additional Inherited Members | |
![]() | |
int | $test_id |
Definition at line 30 of file SettingsIntroduction.php.
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::__construct | ( | int | $test_id, |
protected bool | $introduction_enabled = false , |
||
protected ?string | $introduction_text = null , |
||
protected ?int | $introduction_page_id = null , |
||
protected bool | $conditions_checkbox_enabled = false |
||
) |
Definition at line 32 of file SettingsIntroduction.php.
References ILIAS\GlobalScreen\Provider\__construct().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getExamConditionsCheckboxEnabled | ( | ) |
Definition at line 115 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toForm(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toLog(), and ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toStorage().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getIntroductionEnabled | ( | ) |
Definition at line 81 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toForm(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toLog(), and ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toStorage().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getIntroductionPageId | ( | ) |
Definition at line 104 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toStorage().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getIntroductionText | ( | ) |
Definition at line 93 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsIntroduction\toStorage().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toForm | ( | \ilLanguage | $lng, |
FieldFactory | $f, | ||
Refinery | $refinery, | ||
?array | $environment = null |
||
) |
Definition at line 42 of file SettingsIntroduction.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getExamConditionsCheckboxEnabled(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getIntroductionEnabled(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\withValue().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Definition at line 71 of file SettingsIntroduction.php.
References ILIAS\Test\Logging\AdditionalInformationGenerator\getEnabledDisabledTagForBool(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getExamConditionsCheckboxEnabled(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getIntroductionEnabled(), ILIAS\Test\Logging\AdditionalInformationGenerator\KEY_TEST_CONDITIONS_ENABLED, and ILIAS\Test\Logging\AdditionalInformationGenerator\KEY_TEST_INTRODUCTION_ENABLED.
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toStorage | ( | ) |
Definition at line 61 of file SettingsIntroduction.php.
References ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getExamConditionsCheckboxEnabled(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getIntroductionEnabled(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getIntroductionPageId(), ILIAS\Test\Settings\MainSettings\SettingsIntroduction\getIntroductionText(), and ILIAS\Repository\int().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withExamConditionsCheckboxEnabled | ( | bool | $conditions_checkbox_enabled | ) |
Definition at line 119 of file SettingsIntroduction.php.
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withIntroductionEnabled | ( | bool | $introduction_enabled | ) |
Definition at line 86 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getIntroductionSettingsForStorage().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withIntroductionPageId | ( | ?int | $introduction_page_id | ) |
Definition at line 108 of file SettingsIntroduction.php.
Referenced by ilObjTest\addIntroductionToSettingsFromImport().
ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withIntroductionText | ( | ?string | $introduction_text | ) |
Definition at line 97 of file SettingsIntroduction.php.