| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilObjTestSettingsAdditional:
 Collaboration diagram for ilObjTestSettingsAdditional:Public Member Functions | |
| __construct (int $test_id, protected bool $skills_service_enabled=false, protected bool $hide_info_tab=false,) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
| toStorage () | |
| getSkillsServiceEnabled () | |
| withSkillsServiceEnabled (bool $skills_service_enabled) | |
| getHideInfoTab () | |
| withHideInfoTab (bool $hide_info_tab) | |
  Public Member Functions inherited from TestSettings | |
| __construct (int $test_id) | |
| getTestId () | |
| withTestId (int $test_id) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
| toStorage () | |
Private Member Functions | |
| getInputSkillsServiceActivation (\ilLanguage $lng, FieldFactory $f, bool $participant_data_exists) | |
Additional Inherited Members | |
  Protected Attributes inherited from TestSettings | |
| int | $test_id | 
Definition at line 25 of file ilObjTestSettingsAdditional.php.
| ilObjTestSettingsAdditional::__construct | ( | int | $test_id, | 
| protected bool | $skills_service_enabled = false,  | 
        ||
| protected bool | $hide_info_tab = false  | 
        ||
| ) | 
Definition at line 27 of file ilObjTestSettingsAdditional.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| ilObjTestSettingsAdditional::getHideInfoTab | ( | ) | 
Definition at line 99 of file ilObjTestSettingsAdditional.php.
Referenced by toForm(), and toStorage().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 62 of file ilObjTestSettingsAdditional.php.
References getSkillsServiceEnabled(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsAdditional::getSkillsServiceEnabled | ( | ) | 
Definition at line 87 of file ilObjTestSettingsAdditional.php.
Referenced by getInputSkillsServiceActivation(), and toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsAdditional::toForm | ( | \ilLanguage | $lng, | 
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null  | 
        ||
| ) | 
Definition at line 39 of file ilObjTestSettingsAdditional.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, getHideInfoTab(), getInputSkillsServiceActivation(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\withValue().
 Here is the call graph for this function:| ilObjTestSettingsAdditional::toStorage | ( | ) | 
Definition at line 79 of file ilObjTestSettingsAdditional.php.
References getHideInfoTab(), getSkillsServiceEnabled(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilObjTestSettingsAdditional::withHideInfoTab | ( | bool | $hide_info_tab | ) | 
Definition at line 103 of file ilObjTestSettingsAdditional.php.
Referenced by ilObjTestSettingsMainGUI\getAdditionalFunctionalitySettingsForStorage().
 Here is the caller graph for this function:| ilObjTestSettingsAdditional::withSkillsServiceEnabled | ( | bool | $skills_service_enabled | ) | 
Definition at line 92 of file ilObjTestSettingsAdditional.php.