ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Disposition.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileDelivery\Delivery
;
22
26
enum
Disposition
:
string
27
{
28
case
ATTACHMENT =
'attachment'
;
29
case
INLINE
=
'inline'
;
30
}
ILIAS\FileDelivery\Delivery\INLINE
Definition:
Disposition.php:29
ILIAS\FileDelivery\Delivery\Disposition
Disposition
Definition:
Disposition.php:26
ILIAS\FileDelivery\Delivery
Definition:
BaseDelivery.php:21
components
ILIAS
FileDelivery
src
Delivery
Disposition.php
Generated on Wed Sep 10 2025 15:15:37 for ILIAS by
1.8.13 (using
Doxyfile
)