|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilObjTestSettingsGeneral:
Collaboration diagram for ilObjTestSettingsGeneral:Public Member Functions | |
| __construct (int $test_id, protected string $question_set_type=ilObjTest::QUESTION_SET_TYPE_FIXED, protected bool $anonymous_test=false) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
| toStorage () | |
| getQuestionSetType () | |
| withQuestionSetType (string $question_set_type) | |
| getAnonymity () | |
| withAnonymity (bool $anonymous_test) | |
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 ilObjTestSettingsGeneral.php.
| ilObjTestSettingsGeneral::__construct | ( | int | $test_id, |
| protected string | $question_set_type = ilObjTest::QUESTION_SET_TYPE_FIXED, |
||
| protected bool | $anonymous_test = false |
||
| ) |
Definition at line 27 of file ilObjTestSettingsGeneral.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ilObjTestSettingsGeneral::getAnonymity | ( | ) |
Definition at line 106 of file ilObjTestSettingsGeneral.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsGeneral::getQuestionSetType | ( | ) |
Definition at line 94 of file ilObjTestSettingsGeneral.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsGeneral::toForm | ( | \ilLanguage | $lng, |
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null |
||
| ) |
Definition at line 39 of file ilObjTestSettingsGeneral.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, getAnonymity(), getQuestionSetType(), ilObjTest\QUESTION_SET_TYPE_FIXED, ilObjTest\QUESTION_SET_TYPE_RANDOM, ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
Here is the call graph for this function:| ilObjTestSettingsGeneral::toStorage | ( | ) |
Definition at line 86 of file ilObjTestSettingsGeneral.php.
References getAnonymity(), getQuestionSetType(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilObjTestSettingsGeneral::withAnonymity | ( | bool | $anonymous_test | ) |
Definition at line 111 of file ilObjTestSettingsGeneral.php.
| ilObjTestSettingsGeneral::withQuestionSetType | ( | string | $question_set_type | ) |
Definition at line 99 of file ilObjTestSettingsGeneral.php.
Referenced by ilObjTestSettingsMainGUI\getGeneralSettingsForStorage().
Here is the caller graph for this function: