19 declare(strict_types=1);
40 private readonly
int $test_ref_id,
41 private readonly
int $admin_id,
43 private readonly
int $modification_timestamp,
44 private readonly array $additional_data
51 return self::IDENTIFIER .
'_' .
$this->id;
54 public function withId(
int $id): self
70 'date_and_time' => \DateTimeImmutable::createFromFormat(
'U', (
string) $this->modification_timestamp)
71 ->setTimezone($environment[
'timezone']),
82 'log_entry_type' => $lng->
txt(self::LANG_VAR_PREFIX . self::IDENTIFIER),
83 'interaction_type' => $lng->
txt(self::LANG_VAR_PREFIX . $this->interaction_type->value)
85 )->withDisabledAction(
87 $this->additional_data === []
98 \DateTimeImmutable::createFromFormat(
'U', (
string) $this->modification_timestamp)
99 ->setTimezone($environment[
'timezone'])
100 ->format($environment[
'date_format']),
112 $lng->
txt(self::LANG_VAR_PREFIX . self::IDENTIFIER),
113 $lng->
txt(self::LANG_VAR_PREFIX . $this->interaction_type->value),
114 $additional_info->
parseForExport($this->additional_data, $environment)
123 return $additional_info->
parseForTable($this->additional_data, $environment);
TestAdministrationInteractionTypes
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
buildDataRow(string $id, array $record)
getLogEntryAsDataTableRow(\ilLanguage $lng, TitleColumnsBuilder $title_builder, DataRowBuilder $row_builder, array $environment)
__construct(private readonly int $test_ref_id, private readonly int $admin_id, private readonly TestAdministrationInteractionTypes $interaction_type, private readonly int $modification_timestamp, private readonly array $additional_data)
getLogEntryAsExportRow(\ilLanguage $lng, TitleColumnsBuilder $title_builder, AdditionalInformationGenerator $additional_info, array $environment)
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
getParsedAdditionalInformation(AdditionalInformationGenerator $additional_info, UIFactory $ui_factory, array $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildTestTitleAsText(int $test_ref_id)
const ACTION_ID_SHOW_ADDITIONAL_INFO
buildTestTitleAsLink(int $test_ref_id)