ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
AttachmentManagement.php:21
ILIAS\Mail\Attachments\AttachmentManagement
AttachmentManagement
Definition:
AttachmentManagement.php:24
ILIAS\Mail\Attachments\CONSUME
@ CONSUME
Definition:
AttachmentManagement.php:26
components
ILIAS
Mail
classes
Attachments
AttachmentManagement.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)