ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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 Sun Aug 31 2025 23:03:17 for ILIAS by
1.8.13 (using
Doxyfile
)