ILIAS  release_8 Revision v8.24
interface.ilIndividualAssessmentSettingsStorage.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
25{
30
35
40
45
50
54 public function deleteSettings(ilObjIndividualAssessment $obj): void;
55}
An object carrying settings of an Individual Assessment obj beyond the standard information.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadInfoSettings(ilObjIndividualAssessment $obj)
Load info-screen settings corresponding to obj.
updateInfoSettings(ilIndividualAssessmentInfoSettings $settings)
Update info-screen settings entry.
createSettings(ilIndividualAssessmentSettings $settings)
Create an entry corresponding to $settings.
updateSettings(ilIndividualAssessmentSettings $settings)
Update settings entry.
loadSettings(ilObjIndividualAssessment $obj)
Load settings corresponding to obj.
deleteSettings(ilObjIndividualAssessment $obj)
Delete settings entry corresponding to obj.
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition: System.php:200