ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
InlineConsumer.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
InlineConsumer
extends
BaseHTTPResponseBasedConsumer
implements
DeliveryConsumer
28
{
29
protected
function
getDisposition
(): string
30
{
31
return
'inline'
;
32
}
33
}
ILIAS\LegalDocuments\Consumer\InlineConsumer\getDisposition
getDisposition()
Definition:
InlineConsumer.php:29
ILIAS\LegalDocuments\Consumer\InlineConsumer
Definition:
InlineConsumer.php:27
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\DeliveryConsumer
Interface DeliveryConsumer.
Definition:
DeliveryConsumer.php:25
ILIAS\LegalDocuments\Consumer\BaseHTTPResponseBasedConsumer
Definition:
BaseHTTPResponseBasedConsumer.php:34
components
ILIAS
ResourceStorage
src
Consumer
InlineConsumer.php
Generated on Wed Sep 3 2025 23:03:42 for ILIAS by
1.8.13 (using
Doxyfile
)