ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
AttachmentManagement.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Mail\Attachments
;
22
23
enum
AttachmentManagement
:
string
24
{
25
case
MANAGE =
'manage'
;
26
case
CONSUME
=
'consume'
;
27
}
ILIAS\Mail\Attachments\AttachmentManagement
AttachmentManagement
Definition:
AttachmentManagement.php:23
ILIAS\Mail\Attachments
Definition:
AttachmentManagement.php:21
ILIAS\Mail\Attachments\CONSUME
Definition:
AttachmentManagement.php:26
components
ILIAS
Mail
classes
Attachments
AttachmentManagement.php
Generated on Wed Sep 10 2025 15:15:55 for ILIAS by
1.8.13 (using
Doxyfile
)