ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Mail\Attachments Namespace Reference

Data Structures

interface  MailAttachmentCommands
 
class  MailAttachmentTableGUI
 

Enumerations

enum  AttachmentManagement : string { CONSUME = 'consume' }
 

Enumeration Type Documentation

◆ AttachmentManagement

Enumerator
CONSUME 

Definition at line 23 of file AttachmentManagement.php.

24{
25 case MANAGE = 'manage';
26 case CONSUME = 'consume';
27}