ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
MailAttachmentCommands.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Mail\Attachments
;
22
23
interface
MailAttachmentCommands
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'
;
29
public
const
string
DEFAULT_CMD
=
self::CMD_SHOW_ATTACHMENTS
;
30
public
const
string
TABLE_CONFIRM_DELETE_ATTACHMENTS
=
'confirmDeleteAttachments'
;
31
public
const
string
TABLE_ACTION_SAVE_ATTACHMENTS
=
'saveAttachments'
;
32
}
ILIAS\Mail\Attachments\MailAttachmentCommands
Definition:
MailAttachmentCommands.php:24
ILIAS\Mail\Attachments\MailAttachmentCommands\CMD_CANCEL_SAVE_ATTACHMENTS
const string CMD_CANCEL_SAVE_ATTACHMENTS
Definition:
MailAttachmentCommands.php:26
ILIAS\Mail\Attachments\MailAttachmentCommands\CMD_SHOW_ATTACHMENTS
const string CMD_SHOW_ATTACHMENTS
Definition:
MailAttachmentCommands.php:25
ILIAS\Mail\Attachments\MailAttachmentCommands\TABLE_ACTION_SAVE_ATTACHMENTS
const string TABLE_ACTION_SAVE_ATTACHMENTS
Definition:
MailAttachmentCommands.php:31
ILIAS\Mail\Attachments\MailAttachmentCommands\DEFAULT_CMD
const string DEFAULT_CMD
Definition:
MailAttachmentCommands.php:29
ILIAS\Mail\Attachments\MailAttachmentCommands\TABLE_CONFIRM_DELETE_ATTACHMENTS
const string TABLE_CONFIRM_DELETE_ATTACHMENTS
Definition:
MailAttachmentCommands.php:30
ILIAS\Mail\Attachments\MailAttachmentCommands\CMD_DELETE_ATTACHMENTS
const string CMD_DELETE_ATTACHMENTS
Definition:
MailAttachmentCommands.php:27
ILIAS\Mail\Attachments\MailAttachmentCommands\CMD_HANDLE_TABLE_ACTIONS
const string CMD_HANDLE_TABLE_ACTIONS
Definition:
MailAttachmentCommands.php:28
ILIAS\Mail\Attachments
Definition:
AttachmentManagement.php:21
components
ILIAS
Mail
classes
Attachments
MailAttachmentCommands.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)