|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Settings\MainSettings\SettingsIntroduction:
Collaboration diagram for ILIAS\Test\Settings\MainSettings\SettingsIntroduction:Public Member Functions | |
| __construct (protected bool $introduction_enabled=false, 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) | |
| getIntroductionPageId () | |
| withIntroductionPageId (?int $introduction_page_id) | |
| getExamConditionsCheckboxEnabled () | |
| withExamConditionsCheckboxEnabled (bool $conditions_checkbox_enabled) | |
| toExport () | |
| Transform the object into a simple, associative array. More... | |
Public Member Functions inherited from ILIAS\Test\Settings\TestSettings | |
| __construct () | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
| toStorage () | |
| toLog (AdditionalInformationGenerator $additional_info) | |
| toExport () | |
| Transform the object into a simple, associative array. More... | |
Static Public Member Functions | |
| static | fromExport (array $data) |
| Creates an instance of the object from an array. More... | |
| static | fromExport (array $data) |
| Creates an instance of the object from an array. More... | |
Definition at line 30 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::__construct | ( | protected bool | $introduction_enabled = false, |
| 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().
Here is the call graph for this function:
|
static |
Creates an instance of the object from an array.
This static factory method is responsible for constructing a new object instance from the provided array data. It should validate the input and may throw an exception if the data is incomplete or malformed.
| ExportableArray | $data | The data to restore the object from |
Implements ILIAS\Test\ExportImport\Exportable.
Definition at line 121 of file SettingsIntroduction.php.
References $data.
Referenced by ILIAS\Test\Settings\MainSettings\MainSettings\fromExport().
Here is the caller graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getExamConditionsCheckboxEnabled | ( | ) |
Definition at line 101 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getIntroductionEnabled | ( | ) |
Definition at line 78 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::getIntroductionPageId | ( | ) |
Definition at line 90 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toExport | ( | ) |
Transform the object into a simple, associative array.
The resulting array represents the object's state and should contain only scalar values, arrays, or other Exportable objects.
Implements ILIAS\Test\ExportImport\Exportable.
Definition at line 112 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toForm | ( | \ilLanguage | $lng, |
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| ?array | $environment = null |
||
| ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 40 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 68 of file SettingsIntroduction.php.
References ILIAS\Test\Logging\AdditionalInformationGenerator\getEnabledDisabledTagForBool(), ILIAS\Test\Logging\AdditionalInformationGenerator\KEY_TEST_CONDITIONS_ENABLED, and ILIAS\Test\Logging\AdditionalInformationGenerator\KEY_TEST_INTRODUCTION_ENABLED.
Here is the call graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::toStorage | ( | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 59 of file SettingsIntroduction.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withExamConditionsCheckboxEnabled | ( | bool | $conditions_checkbox_enabled | ) |
Definition at line 105 of file SettingsIntroduction.php.
| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withIntroductionEnabled | ( | bool | $introduction_enabled | ) |
Definition at line 83 of file SettingsIntroduction.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getIntroductionSettingsForStorage().
Here is the caller graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsIntroduction::withIntroductionPageId | ( | ?int | $introduction_page_id | ) |
Definition at line 94 of file SettingsIntroduction.php.