|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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, and ilExcel\setCell().
Here is the call graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildExcelWorkbookForLogs | ( | \Generator | $logs | ) |
Definition at line 152 of file TestLogViewer.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildQuestionTitleForLegacyLog | ( | array | $log | ) |
Definition at line 260 of file TestLogViewer.php.
References $log, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Test\Logging\TestLogViewer::buildUserDateTimeFormat | ( | ) |
Definition at line 209 of file TestLogViewer.php.
References ilCalendarSettings\TIME_FORMAT_24.
| 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.
|
private |
Definition at line 194 of file TestLogViewer.php.
References ILIAS\Repository\lng().
Here is the call 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(), IL_CAL_FKT_DATE, IL_CAL_UNIX, and ILIAS\Repository\lng().
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.
| 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.
|
private |
Definition at line 281 of file TestLogViewer.php.
|
private |
Definition at line 38 of file TestLogViewer.php.