|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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' |
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.