|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Settings\MainSettings\SettingsAdditional:
Collaboration diagram for ILIAS\Test\Settings\MainSettings\SettingsAdditional:Public Member Functions | |
| __construct (protected bool $skills_service_enabled=false, protected bool $hide_info_tab=false,) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
| toStorage () | |
| toLog (AdditionalInformationGenerator $additional_info) | |
| getSkillsServiceEnabled () | |
| withSkillsServiceEnabled (bool $skills_service_enabled) | |
| getHideInfoTab () | |
| withHideInfoTab (bool $hide_info_tab) | |
| 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... | |
Private Member Functions | |
| getInputSkillsServiceActivation (\ilLanguage $lng, FieldFactory $f, bool $participant_data_exists) | |
Definition at line 30 of file SettingsAdditional.php.
| ILIAS\Test\Settings\MainSettings\SettingsAdditional::__construct | ( | protected bool | $skills_service_enabled = false, |
| protected bool | $hide_info_tab = false |
||
| ) |
Definition at line 32 of file SettingsAdditional.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 132 of file SettingsAdditional.php.
References $data.
Referenced by ILIAS\Test\Settings\MainSettings\MainSettings\fromExport().
Here is the caller graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::getHideInfoTab | ( | ) |
Definition at line 113 of file SettingsAdditional.php.
|
private |
Definition at line 66 of file SettingsAdditional.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsAdditional\toForm().
Here is the caller graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::getSkillsServiceEnabled | ( | ) |
Definition at line 101 of file SettingsAdditional.php.
| ILIAS\Test\Settings\MainSettings\SettingsAdditional::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 124 of file SettingsAdditional.php.
| ILIAS\Test\Settings\MainSettings\SettingsAdditional::toForm | ( | \ilLanguage | $lng, |
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| ?array | $environment = null |
||
| ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 43 of file SettingsAdditional.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, and ILIAS\Test\Settings\MainSettings\SettingsAdditional\getInputSkillsServiceActivation().
Here is the call graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 91 of file SettingsAdditional.php.
References ILIAS\Test\Logging\AdditionalInformationGenerator\getEnabledDisabledTagForBool().
Here is the call graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::toStorage | ( | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 83 of file SettingsAdditional.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::withHideInfoTab | ( | bool | $hide_info_tab | ) |
Definition at line 117 of file SettingsAdditional.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getAdditionalFunctionalitySettingsForStorage().
Here is the caller graph for this function:| ILIAS\Test\Settings\MainSettings\SettingsAdditional::withSkillsServiceEnabled | ( | bool | $skills_service_enabled | ) |
Definition at line 106 of file SettingsAdditional.php.