ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MailAttachmentCommands.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public const string CMD_SHOW_ATTACHMENTS = 'showAttachments';
26 public const string CMD_CANCEL_SAVE_ATTACHMENTS = 'cancelSaveAttachments';
27 public const string CMD_DELETE_ATTACHMENTS = 'deleteAttachments';
28 public const string CMD_HANDLE_TABLE_ACTIONS = 'handleTableActions';
30 public const string TABLE_CONFIRM_DELETE_ATTACHMENTS = 'confirmDeleteAttachments';
31 public const string TABLE_ACTION_SAVE_ATTACHMENTS = 'saveAttachments';
32}