ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private readonly int $test_ref_id, private readonly ?int $question_id, private readonly ?int $admin_id, private readonly ?int $pax_id, private readonly TestErrorTypes $interaction_type, private readonly int $modification_timestamp, private readonly string $error_message) | |
getUniqueIdentifier () | |
withId (int $id) | |
getLogEntryAsDataTableRow (\ilLanguage $lng, TitleColumnsBuilder $title_builder, DataRowBuilder $row_builder, array $environment) | |
getLogEntryAsExportRow (\ilLanguage $lng, TitleColumnsBuilder $title_builder, AdditionalInformationGenerator $additional_info, array $environment) | |
getParsedAdditionalInformation (AdditionalInformationGenerator $additional_info, UIFactory $ui_factory, array $environment) | |
toStorage () | |
Data Fields | |
const | IDENTIFIER = 'te' |
![]() | |
const | LANG_VAR_PREFIX = 'logs_' |
Private Member Functions | |
getUserForPresentation (?int $user_id) | |
Private Attributes | |
int | $id |
Definition at line 29 of file TestError.php.
ILIAS\Test\Logging\TestError::__construct | ( | private readonly int | $test_ref_id, |
private readonly ?int | $question_id, | ||
private readonly ?int | $admin_id, | ||
private readonly ?int | $pax_id, | ||
private readonly TestErrorTypes | $interaction_type, | ||
private readonly int | $modification_timestamp, | ||
private readonly string | $error_message | ||
) |
Definition at line 35 of file TestError.php.
ILIAS\Test\Logging\TestError::getLogEntryAsDataTableRow | ( | \ilLanguage | $lng, |
TitleColumnsBuilder | $title_builder, | ||
DataRowBuilder | $row_builder, | ||
array | $environment | ||
) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 59 of file TestError.php.
References ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildQuestionTitleAsLink(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsLink(), ILIAS\Test\Logging\TestError\getUniqueIdentifier(), ILIAS\Test\Logging\TestError\getUserForPresentation(), null, and ilLanguage\txt().
ILIAS\Test\Logging\TestError::getLogEntryAsExportRow | ( | \ilLanguage | $lng, |
TitleColumnsBuilder | $title_builder, | ||
AdditionalInformationGenerator | $additional_info, | ||
array | $environment | ||
) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 93 of file TestError.php.
References ILIAS\Test\Utilities\TitleColumnsBuilder\buildQuestionTitleAsText(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsText(), ILIAS\Test\Logging\TestError\getUserForPresentation(), and ilLanguage\txt().
ILIAS\Test\Logging\TestError::getParsedAdditionalInformation | ( | AdditionalInformationGenerator | $additional_info, |
UIFactory | $ui_factory, | ||
array | $environment | ||
) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 117 of file TestError.php.
ILIAS\Test\Logging\TestError::getUniqueIdentifier | ( | ) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 47 of file TestError.php.
References ILIAS\Test\Logging\TestError\$id.
Referenced by ILIAS\Test\Logging\TestError\getLogEntryAsDataTableRow().
|
private |
Definition at line 138 of file TestError.php.
References null.
Referenced by ILIAS\Test\Logging\TestError\getLogEntryAsDataTableRow(), and ILIAS\Test\Logging\TestError\getLogEntryAsExportRow().
ILIAS\Test\Logging\TestError::toStorage | ( | ) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 125 of file TestError.php.
References ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ILIAS\Test\Logging\TestLoggingDatabaseRepository\storeError().
ILIAS\Test\Logging\TestError::withId | ( | int | $id | ) |
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 52 of file TestError.php.
References ILIAS\Test\Logging\TestError\$id.
|
private |
Definition at line 33 of file TestError.php.
Referenced by ILIAS\Test\Logging\TestError\getUniqueIdentifier(), and ILIAS\Test\Logging\TestError\withId().
const ILIAS\Test\Logging\TestError::IDENTIFIER = 'te' |
Definition at line 31 of file TestError.php.
Referenced by ILIAS\Test\Logging\TestLoggingDatabaseRepository\buildUserInteractionForUniqueIdentifier(), ILIAS\Test\Logging\TestLoggingDatabaseRepository\fetchInteractionForResult(), and ILIAS\Test\Logging\TestLoggingDatabaseRepository\getTableNameForTypeIdentifier().