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