19declare(strict_types=1);
44 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
46 $this->setting = new \ilSetting(
'assessment');
48 $local_dic = TestDIC::dic();
49 $this->global_settings_repository = $local_dic[
'settings.global.repository'];
50 $this->test_log_viewer = $local_dic[
'logging.viewer'];
const ASS_PROC_LOCK_MODE_DB
const ADDITIONAL_QUESTION_CONTENT_EDITING_MODE_PAGE_OBJECT_DISABLED
const ASS_PROC_LOCK_MODE_NONE
const ASS_PROC_LOCK_MODE_FILE
__construct(int $a_id=0, bool $a_call_by_reference=true)
TestLogViewer $test_log_viewer
GlobalSettingsRepository $global_settings_repository
getGlobalSettingsRepository()
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc