ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Disposition
Disposition
Definition:
Disposition.php:27
ILIAS\FileDelivery\Delivery\INLINE
@ INLINE
Definition:
Disposition.php:29
ILIAS\FileDelivery\Delivery
Definition:
BaseDelivery.php:21
components
ILIAS
FileDelivery
src
Delivery
Disposition.php
Generated on Sat Oct 18 2025 23:03:03 for ILIAS by
1.9.4 (using
Doxyfile
)