19declare(strict_types=1);
Interface InterruptiveItem.
getCancelButtonLabel()
Get the custom label of the cancel button in the footer.
getFormAction()
Get the form action where the action button is sending the IDs of the affected items.
getActionButtonLabel()
Get the custom label of the action button in the footer.
getMessage()
Get the message of this modal, displayed below the modals title.
withCancelButtonLabel(string $cancel_label)
Get a modal like this with the cancel button labeled according to the parameter.
withAffectedItems(array $items)
Get a modal like this listing the given items in the content section below the message.
withActionButtonLabel(string $action_label)
Get a modal like this with the action button labeled according to the parameter.
getAffectedItems()
Return the affected items listed in the content by this modal.
withFormAction(string $form_action)
Get a modal like this submitting the form to the given form action.
getTitle()
Get the title of this modal.
This describes commonalities between the different modals.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...