ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.ilIndividualAssessmentSettingsStorage.php
Go to the documentation of this file.
1<?php
7{
12
17
22
27
32
37}
An exception for terminatinating execution or to throw for unit testing.
An object carrying settings of an Individual Assessment obj beyond the standart information.
For the purpose of streamlining the grading and learning-process status definition outside of tests,...
A general storage interface for Individual assessment settings.
loadInfoSettings(ilObjIndividualAssessment $obj)
Load info-screen settings corresponding to obj.
updateInfoSettings(ilIndividualAssessmentInfoSettings $settings)
Update info-screen settings entry.
createSettings(ilIndividualAssessmentSettings $settings)
Create a 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.