| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Test\Logging\TestLogViewer:Public Member Functions | |
| __construct (private readonly TestLoggingRepository $logging_repository, private readonly TestLogger $logger, private readonly TitleColumnsBuilder $title_builder, private readonly GeneralQuestionPropertiesRepository $question_repository, private readonly ServerRequestInterface $request, private readonly RequestWrapper $request_wrapper, private readonly \ilUIService $ui_service, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly Refinery $refinery, private readonly \ilLanguage $lng, private \ilGlobalTemplateInterface $tpl, private readonly StreamDelivery $stream_delivery, private readonly \ilObjUser $current_user) | |
| getLogTable (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token, int $ref_id=null) | |
| executeLogTableAction (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token, int $ref_id=null) | |
| getLogExportForRefjId (int $ref_id) | |
| buildExcelWorkbookForLogs (\Generator $logs) | |
| buildUserDateTimeFormat () | |
| getLegacyLogExportForObjId (?int $obj_id=null) | |
| buildQuestionTitleForLegacyLog (array $log) | |
Private Member Functions | |
| addRowsFromLogs (\Generator $logs, \ilExcel $workbook) | |
| getColumHeadingsForExport () | |
| processCSVRow (mixed $row, bool $quote_all=false, string $separator=";") | |
Private Attributes | |
| DataFactory | $data_factory | 
Definition at line 36 of file TestLogViewer.php.
| ILIAS\Test\Logging\TestLogViewer::__construct | ( | private readonly TestLoggingRepository | $logging_repository, | 
| private readonly TestLogger | $logger, | ||
| private readonly TitleColumnsBuilder | $title_builder, | ||
| private readonly GeneralQuestionPropertiesRepository | $question_repository, | ||
| private readonly ServerRequestInterface | $request, | ||
| private readonly RequestWrapper | $request_wrapper, | ||
| private readonly \ilUIService | $ui_service, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly UIRenderer | $ui_renderer, | ||
| private readonly Refinery | $refinery, | ||
| private readonly \ilLanguage | $lng, | ||
| private \ilGlobalTemplateInterface | $tpl, | ||
| private readonly StreamDelivery | $stream_delivery, | ||
| private readonly \ilObjUser | $current_user | ||
| ) | 
Definition at line 40 of file TestLogViewer.php.
      
  | 
  private | 
Definition at line 167 of file TestLogViewer.php.
References $log, ILIAS\Test\Logging\TestLogViewer\buildUserDateTimeFormat(), and ilExcel\setCell().
Referenced by ILIAS\Test\Logging\TestLogViewer\buildExcelWorkbookForLogs().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildExcelWorkbookForLogs | ( | \Generator | $logs | ) | 
Definition at line 152 of file TestLogViewer.php.
References ILIAS\Test\Logging\TestLogViewer\addRowsFromLogs(), ILIAS\Test\Logging\TestLogViewer\getColumHeadingsForExport(), and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Logging\TestLogViewer\getLogExportForRefjId().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildQuestionTitleForLegacyLog | ( | array | $log | ) | 
Definition at line 260 of file TestLogViewer.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Logging\TestLogViewer\getLegacyLogExportForObjId().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildUserDateTimeFormat | ( | ) | 
Definition at line 209 of file TestLogViewer.php.
References ilCalendarSettings\TIME_FORMAT_24.
Referenced by ILIAS\Test\Logging\TestLogViewer\addRowsFromLogs().
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestLogViewer::executeLogTableAction | ( | URLBuilder | $url_builder, | 
| URLBuilderToken | $action_parameter_token, | ||
| URLBuilderToken | $row_id_token, | ||
| int | $ref_id = null  | 
        ||
| ) | 
Definition at line 90 of file TestLogViewer.php.
References $ref_id, ILIAS\UI\URLBuilderToken\getName(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 194 of file TestLogViewer.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Logging\TestLogViewer\buildExcelWorkbookForLogs().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\Logging\TestLogViewer::getLegacyLogExportForObjId | ( | ?int | $obj_id = null | ) | 
Definition at line 224 of file TestLogViewer.php.
References $log, ilObjUser\_lookupName(), ILIAS\Test\Logging\TestLogViewer\buildQuestionTitleForLegacyLog(), IL_CAL_FKT_DATE, IL_CAL_UNIX, ILIAS\Repository\lng(), and ILIAS\Test\Logging\TestLogViewer\processCSVRow().
 Here is the call graph for this function:| ILIAS\Test\Logging\TestLogViewer::getLogExportForRefjId | ( | int | $ref_id | ) | 
Definition at line 142 of file TestLogViewer.php.
References $ref_id, and ILIAS\Test\Logging\TestLogViewer\buildExcelWorkbookForLogs().
 Here is the call graph for this function:| ILIAS\Test\Logging\TestLogViewer::getLogTable | ( | URLBuilder | $url_builder, | 
| URLBuilderToken | $action_parameter_token, | ||
| URLBuilderToken | $row_id_token, | ||
| int | $ref_id = null  | 
        ||
| ) | 
Definition at line 59 of file TestLogViewer.php.
References $ref_id, ILIAS\Repository\lng(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 281 of file TestLogViewer.php.
Referenced by ILIAS\Test\Logging\TestLogViewer\getLegacyLogExportForObjId().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 38 of file TestLogViewer.php.