19declare(strict_types=1);
45 $this->checkStringArg(
'title',
$title);
46 $this->checkStringArg(
'message',
$message);
85 $this->checkArgListElements(
'items',
$items, $types);
105 $clone = clone $this;
106 $clone->action_button_label = $action_label;
123 $clone = clone $this;
124 $clone->cancel_button_label = $cancel_label;
string $action_button_label
string $cancel_button_label
withFormAction(string $form_action)
__construct(string $title, string $message, string $form_action, SignalGeneratorInterface $signal_generator)
withActionButtonLabel(string $action_label)
withAffectedItems(array $items)
withCancelButtonLabel(string $cancel_label)
SignalGeneratorInterface $signal_generator
Interface InterruptiveItem.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...