ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Mail\Attachments\MailAttachmentCommands Interface Reference
+ Inheritance diagram for ILIAS\Mail\Attachments\MailAttachmentCommands:
+ Collaboration diagram for ILIAS\Mail\Attachments\MailAttachmentCommands:

Data Fields

const string CMD_SHOW_ATTACHMENTS = 'showAttachments'
 
const string CMD_CANCEL_SAVE_ATTACHMENTS = 'cancelSaveAttachments'
 
const string CMD_DELETE_ATTACHMENTS = 'deleteAttachments'
 
const string CMD_HANDLE_TABLE_ACTIONS = 'handleTableActions'
 
const string DEFAULT_CMD = self::CMD_SHOW_ATTACHMENTS
 
const string TABLE_CONFIRM_DELETE_ATTACHMENTS = 'confirmDeleteAttachments'
 
const string TABLE_ACTION_SAVE_ATTACHMENTS = 'saveAttachments'
 

Detailed Description

Definition at line 23 of file MailAttachmentCommands.php.

Field Documentation

◆ CMD_CANCEL_SAVE_ATTACHMENTS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_CANCEL_SAVE_ATTACHMENTS = 'cancelSaveAttachments'

Definition at line 26 of file MailAttachmentCommands.php.

◆ CMD_DELETE_ATTACHMENTS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_DELETE_ATTACHMENTS = 'deleteAttachments'

Definition at line 27 of file MailAttachmentCommands.php.

◆ CMD_HANDLE_TABLE_ACTIONS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_HANDLE_TABLE_ACTIONS = 'handleTableActions'

Definition at line 28 of file MailAttachmentCommands.php.

Referenced by ilMailAttachmentGUI\getUnsafeGetCommands().

◆ CMD_SHOW_ATTACHMENTS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_SHOW_ATTACHMENTS = 'showAttachments'

Definition at line 25 of file MailAttachmentCommands.php.

◆ DEFAULT_CMD

const string ILIAS\Mail\Attachments\MailAttachmentCommands::DEFAULT_CMD = self::CMD_SHOW_ATTACHMENTS

Definition at line 29 of file MailAttachmentCommands.php.

Referenced by ilMailAttachmentGUI\executeCommand().

◆ TABLE_ACTION_SAVE_ATTACHMENTS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::TABLE_ACTION_SAVE_ATTACHMENTS = 'saveAttachments'

Definition at line 31 of file MailAttachmentCommands.php.

◆ TABLE_CONFIRM_DELETE_ATTACHMENTS

const string ILIAS\Mail\Attachments\MailAttachmentCommands::TABLE_CONFIRM_DELETE_ATTACHMENTS = 'confirmDeleteAttachments'

Definition at line 30 of file MailAttachmentCommands.php.


The documentation for this interface was generated from the following file: