ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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' |
Definition at line 23 of file MailAttachmentCommands.php.
const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_CANCEL_SAVE_ATTACHMENTS = 'cancelSaveAttachments' |
Definition at line 26 of file MailAttachmentCommands.php.
const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_DELETE_ATTACHMENTS = 'deleteAttachments' |
Definition at line 27 of file MailAttachmentCommands.php.
const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_HANDLE_TABLE_ACTIONS = 'handleTableActions' |
Definition at line 28 of file MailAttachmentCommands.php.
Referenced by ilMailAttachmentGUI\getUnsafeGetCommands().
const string ILIAS\Mail\Attachments\MailAttachmentCommands::CMD_SHOW_ATTACHMENTS = 'showAttachments' |
Definition at line 25 of file MailAttachmentCommands.php.
const string ILIAS\Mail\Attachments\MailAttachmentCommands::DEFAULT_CMD = self::CMD_SHOW_ATTACHMENTS |
Definition at line 29 of file MailAttachmentCommands.php.
Referenced by ilMailAttachmentGUI\executeCommand().
const string ILIAS\Mail\Attachments\MailAttachmentCommands::TABLE_ACTION_SAVE_ATTACHMENTS = 'saveAttachments' |
Definition at line 31 of file MailAttachmentCommands.php.
const string ILIAS\Mail\Attachments\MailAttachmentCommands::TABLE_CONFIRM_DELETE_ATTACHMENTS = 'confirmDeleteAttachments' |
Definition at line 30 of file MailAttachmentCommands.php.