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