|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer:
Collaboration diagram for ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, StorableResource $resource, StreamAccess $stream_access, FileNamePolicy $file_name_policy) | |
| run () | |
| This runs the actual DeliveryConsumer. More... | |
Public Member Functions inherited from ILIAS\ResourceStorage\Consumer\BaseConsumer | |
| __construct (StorableResource $resource, StreamAccess $stream_access, FileNamePolicy $file_name_policy) | |
| DownloadConsumer constructor. More... | |
| run () | |
| This runs the actual DeliveryConsumer. More... | |
| setRevisionNumber (int $revision_number) | |
| overrideFileName (string $file_name) | |
Protected Member Functions | |
| getDisposition () | |
Private Attributes | |
| const | NON_VALID_EXTENSION_MIME = \ILIAS\FileUpload\MimeType::APPLICATION__OCTET_STREAM |
| ILIAS HTTP Services | $http |
| ILIAS FileDelivery Delivery StreamDelivery | $delivery |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\ResourceStorage\Consumer\BaseConsumer | |
| int | $revision_number = null |
| string | $file_name = '' |
| StorableResource | $resource |
| StreamAccess | $stream_access |
| FileNamePolicy | $file_name_policy |
Definition at line 31 of file BaseHTTPResponseBasedConsumer.php.
| ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer::__construct | ( | \ILIAS\HTTP\Services | $http, |
| StorableResource | $resource, | ||
| StreamAccess | $stream_access, | ||
| FileNamePolicy | $file_name_policy | ||
| ) |
Definition at line 38 of file BaseHTTPResponseBasedConsumer.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer\getDisposition().
Here is the call graph for this function:
|
abstractprotected |
Referenced by ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer\__construct(), and ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer\run().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer::run | ( | ) |
This runs the actual DeliveryConsumer.
E.g. a DownloadConsumer will pass the Stream of a Ressource to the HTTP-Service and download the file.
Implements ILIAS\ResourceStorage\Consumer\DeliveryConsumer.
Definition at line 51 of file BaseHTTPResponseBasedConsumer.php.
References ILIAS\ResourceStorage\Consumer\BaseHTTPResponseBasedConsumer\getDisposition().
Here is the call graph for this function:
|
private |
Definition at line 36 of file BaseHTTPResponseBasedConsumer.php.
Definition at line 35 of file BaseHTTPResponseBasedConsumer.php.
|
private |
Definition at line 34 of file BaseHTTPResponseBasedConsumer.php.