| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilObjTestSettingsIntroduction:
 Collaboration diagram for ilObjTestSettingsIntroduction: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 () | |
| getIntroductionEnabled () | |
| withIntroductionEnabled (bool $introduction_enabled) | |
| getIntroductionText () | |
| withIntroductionText (?string $introduction_text) | |
| getIntroductionPageId () | |
| withIntroductionPageId (?int $introduction_page_id) | |
| getExamConditionsCheckboxEnabled () | |
| withExamConditionsCheckboxEnabled (bool $conditions_checkbox_enabled) | |
  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 () | |
Additional Inherited Members | |
  Protected Attributes inherited from TestSettings | |
| int | $test_id | 
Definition at line 25 of file ilObjTestSettingsIntroduction.php.
| ilObjTestSettingsIntroduction::__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 27 of file ilObjTestSettingsIntroduction.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:| ilObjTestSettingsIntroduction::getExamConditionsCheckboxEnabled | ( | ) | 
Definition at line 99 of file ilObjTestSettingsIntroduction.php.
Referenced by toForm(), and toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::getIntroductionEnabled | ( | ) | 
Definition at line 66 of file ilObjTestSettingsIntroduction.php.
Referenced by toForm(), and toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::getIntroductionPageId | ( | ) | 
Definition at line 88 of file ilObjTestSettingsIntroduction.php.
Referenced by toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::getIntroductionText | ( | ) | 
Definition at line 77 of file ilObjTestSettingsIntroduction.php.
Referenced by toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::toForm | ( | \ilLanguage | $lng, | 
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null  | 
        ||
| ) | 
Definition at line 37 of file ilObjTestSettingsIntroduction.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, getExamConditionsCheckboxEnabled(), getIntroductionEnabled(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\withValue().
 Here is the call graph for this function:| ilObjTestSettingsIntroduction::toStorage | ( | ) | 
Definition at line 56 of file ilObjTestSettingsIntroduction.php.
References getExamConditionsCheckboxEnabled(), getIntroductionEnabled(), getIntroductionPageId(), getIntroductionText(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilObjTestSettingsIntroduction::withExamConditionsCheckboxEnabled | ( | bool | $conditions_checkbox_enabled | ) | 
Definition at line 103 of file ilObjTestSettingsIntroduction.php.
| ilObjTestSettingsIntroduction::withIntroductionEnabled | ( | bool | $introduction_enabled | ) | 
Definition at line 70 of file ilObjTestSettingsIntroduction.php.
Referenced by ilObjTestSettingsMainGUI\getIntroductionSettingsForStorage().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::withIntroductionPageId | ( | ?int | $introduction_page_id | ) | 
Definition at line 92 of file ilObjTestSettingsIntroduction.php.
Referenced by ilObjTest\addIntroductionToSettingsFromImport().
 Here is the caller graph for this function:| ilObjTestSettingsIntroduction::withIntroductionText | ( | ?string | $introduction_text | ) | 
Definition at line 81 of file ilObjTestSettingsIntroduction.php.