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