19 declare(strict_types=1);
55 public static function dic(): self
68 new \ilTestShuffler($DIC[
'refinery']);
72 $c[
'question.general_properties.repository'],
81 $dic[
'results.data.factory'] =
static fn(
$c): ResultsDataFactory =>
82 new ResultsDataFactory(
101 $dic[
'results.data.test_result_repository'] =
static fn(
$c): TestResultRepository =>
102 new TestResultRepository($DIC[
'ilDB']);
108 new \ilTestParticipantAccessFilterFactory($DIC[
'ilAccess']);
125 $dic[
'settings.global.repository'] =
static fn(
$c): GlobalSettingsRepository =>
126 new GlobalSettingsRepository($DIC[
'ilSetting'],
new \
ilSetting(
'assessment'));
129 $c[
'settings.global.repository']->getLoggingSettings();
131 $dic[
'logging.factory'] =
static fn(
$c): InteractionFactory =>
132 new InteractionFactory();
136 $c[
'logging.factory'],
142 $c[
'logging.settings'],
143 $c[
'logging.repository'],
144 $c[
'logging.factory'],
145 new Logging\AdditionalInformationGenerator(
150 $c[
'question.general_properties.repository']
157 $c[
'logging.repository'],
158 $c[
'logging.logger'],
159 $c[
'title_columns_builder'],
160 $c[
'question.general_properties.repository'],
161 $DIC[
'http']->request(),
162 $DIC[
'http']->wrapper()->query(),
169 $DIC[
'file_delivery']->delivery(),
179 $c[
'logging.logger'],
181 $DIC[
'component.repository'],
182 $DIC[
'component.factory'],
183 $DIC[
'file_delivery'],
185 $c[
'question.general_properties.repository']
193 $dic[
'questions.properties.repository'] =
static fn(
$c): TestQuestionsRepository =>
194 new TestQuestionsDatabaseRepository(
196 $c[
'question.general_properties.repository']
202 $DIC[
'component.factory'],
203 $DIC[
'component.repository']
static getLogger(string $a_component_id)
Get component logger.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static buildDIC(ILIASContainer $DIC)