ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\BaseHTTPResponseBasedConsumer
Definition:
BaseHTTPResponseBasedConsumer.php:35
ILIAS\ResourceStorage\Consumer\DownloadConsumer
Definition:
DownloadConsumer.php:28
ILIAS\ResourceStorage\Consumer\DownloadConsumer\getDisposition
getDisposition()
Definition:
DownloadConsumer.php:29
ILIAS\ResourceStorage\Consumer\DeliveryConsumer
Interface DeliveryConsumer.
Definition:
DeliveryConsumer.php:26
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
components
ILIAS
ResourceStorage
src
Consumer
DownloadConsumer.php
Generated on Sun Oct 19 2025 23:03:29 for ILIAS by
1.9.4 (using
Doxyfile
)