ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
ContentFactoryInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ILIAS\UI\Component\Modal\RoundTrip as RoundTripModal;
26
28{
29 public function getInfoContent(
30 int $ref_id,
31 int $obj_id,
32 string $type,
33 StateInfoInterface $state_info
34 ): RoundTripModal;
35
36 public function getConfirmationContent(
37 int $ref_id,
38 int $obj_id,
39 string $type,
40 Action $action,
41 bool $is_last_reference
42 ): RoundTripModal;
43
44 public function getSuccessMessage(Action $action): string;
45}
getConfirmationContent(int $ref_id, int $obj_id, string $type, Action $action, bool $is_last_reference)
getInfoContent(int $ref_id, int $obj_id, string $type, StateInfoInterface $state_info)
$ref_id
Definition: ltiauth.php:66