ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
DownloadConsumer.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ResourceStorage\Consumer
;
22
27
class
DownloadConsumer
extends
BaseHTTPResponseBasedConsumer
implements
DeliveryConsumer
28
{
29
protected
function
getDisposition
(): string
30
{
31
return
'attachment'
;
32
}
33
}
ILIAS\ResourceStorage\Consumer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbsolutePathConsumer.php:21
ILIAS\LegalDocuments\Consumer\DownloadConsumer\getDisposition
getDisposition()
Definition:
DownloadConsumer.php:29
ILIAS\LegalDocuments\Consumer\DownloadConsumer
Definition:
DownloadConsumer.php:27
ILIAS\LegalDocuments\Consumer\DeliveryConsumer
Interface DeliveryConsumer.
Definition:
DeliveryConsumer.php:25
ILIAS\LegalDocuments\Consumer\BaseHTTPResponseBasedConsumer
Definition:
BaseHTTPResponseBasedConsumer.php:34
components
ILIAS
ResourceStorage
src
Consumer
DownloadConsumer.php
Generated on Wed Sep 3 2025 23:03:42 for ILIAS by
1.8.13 (using
Doxyfile
)