| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Test\Logging\TestParticipantInteraction:
 Collaboration diagram for ILIAS\Test\Logging\TestParticipantInteraction:Public Member Functions | |
| __construct (private readonly int $test_ref_id, private readonly ?int $question_id, private readonly int $pax_id, private readonly string $source_ip, private readonly TestParticipantInteractionTypes $interaction_type, private readonly int $modification_timestamp, private readonly array $additional_data) | |
| 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 = 'pi' | 
  Data Fields inherited from ILIAS\Test\Logging\TestUserInteraction | |
| const | LANG_VAR_PREFIX = 'logs_' | 
Private Attributes | |
| int | $id | 
Definition at line 29 of file TestParticipantInteraction.php.
| ILIAS\Test\Logging\TestParticipantInteraction::__construct | ( | private readonly int | $test_ref_id, | 
| private readonly ?int | $question_id, | ||
| private readonly int | $pax_id, | ||
| private readonly string | $source_ip, | ||
| private readonly TestParticipantInteractionTypes | $interaction_type, | ||
| private readonly int | $modification_timestamp, | ||
| private readonly array | $additional_data | ||
| ) | 
| array<string | label_lang_var => mixed value> $additional_data | 
Definition at line 38 of file TestParticipantInteraction.php.
| ILIAS\Test\Logging\TestParticipantInteraction::getLogEntryAsDataTableRow | ( | \ilLanguage | $lng, | 
| TitleColumnsBuilder | $title_builder, | ||
| DataRowBuilder | $row_builder, | ||
| array | $environment | ||
| ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 62 of file TestParticipantInteraction.php.
References ILIAS\Test\Logging\LogTable\ACTION_ID_SHOW_ADDITIONAL_INFO, ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildQuestionTitleAsLink(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsLink(), ilUserUtil\getNamePresentation(), ILIAS\Test\Logging\TestParticipantInteraction\getUniqueIdentifier(), and ilLanguage\txt().
 Here is the call graph for this function:| ILIAS\Test\Logging\TestParticipantInteraction::getLogEntryAsExportRow | ( | \ilLanguage | $lng, | 
| TitleColumnsBuilder | $title_builder, | ||
| AdditionalInformationGenerator | $additional_info, | ||
| array | $environment | ||
| ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 103 of file TestParticipantInteraction.php.
References ILIAS\Test\Utilities\TitleColumnsBuilder\buildQuestionTitleAsText(), ILIAS\Test\Utilities\TitleColumnsBuilder\buildTestTitleAsText(), ilUserUtil\getNamePresentation(), ILIAS\Test\Logging\AdditionalInformationGenerator\parseForExport(), and ilLanguage\txt().
 Here is the call graph for this function:| ILIAS\Test\Logging\TestParticipantInteraction::getParsedAdditionalInformation | ( | AdditionalInformationGenerator | $additional_info, | 
| UIFactory | $ui_factory, | ||
| array | $environment | ||
| ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 130 of file TestParticipantInteraction.php.
References ILIAS\Test\Logging\AdditionalInformationGenerator\parseForTable().
 Here is the call graph for this function:| ILIAS\Test\Logging\TestParticipantInteraction::getUniqueIdentifier | ( | ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 50 of file TestParticipantInteraction.php.
References ILIAS\Test\Logging\TestParticipantInteraction\$id.
Referenced by ILIAS\Test\Logging\TestParticipantInteraction\getLogEntryAsDataTableRow().
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestParticipantInteraction::toStorage | ( | ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 138 of file TestParticipantInteraction.php.
References ilDBConstants\T_CLOB, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ILIAS\Test\Logging\TestLoggingDatabaseRepository\storeParticipantInteraction().
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestParticipantInteraction::withId | ( | int | $id | ) | 
Implements ILIAS\Test\Logging\TestUserInteraction.
Definition at line 55 of file TestParticipantInteraction.php.
References ILIAS\Test\Logging\TestParticipantInteraction\$id.
      
  | 
  private | 
Definition at line 33 of file TestParticipantInteraction.php.
Referenced by ILIAS\Test\Logging\TestParticipantInteraction\getUniqueIdentifier(), and ILIAS\Test\Logging\TestParticipantInteraction\withId().
| const ILIAS\Test\Logging\TestParticipantInteraction::IDENTIFIER = 'pi' | 
Definition at line 31 of file TestParticipantInteraction.php.
Referenced by ILIAS\Test\Logging\TestLoggingDatabaseRepository\buildUserInteractionForUniqueIdentifier(), ILIAS\Test\Logging\TestLoggingDatabaseRepository\fetchInteractionForResult(), and ILIAS\Test\Logging\TestLoggingDatabaseRepository\getTableNameForTypeIdentifier().