ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
getAbsolutePath () | |
run () | |
This runs the actual DeliveryConsumer. More... | |
![]() | |
__construct (StorableResource $resource, StorageHandler $storage_handler, FileNamePolicy $file_name_policy) | |
DownloadConsumer constructor. More... | |
run () | |
This runs the actual DeliveryConsumer. More... | |
setRevisionNumber (int $revision_number) | |
overrideFileName (string $file_name) | |
Protected Attributes | |
$absolute_path = '' | |
![]() | |
$storage_handler | |
$resource | |
$revision_number = null | |
$file_name_policy | |
$file_name = '' | |
Definition at line 9 of file AbsolutePathConsumer.php.
ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer::getAbsolutePath | ( | ) |
Definition at line 13 of file AbsolutePathConsumer.php.
References ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\$absolute_path, and ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\run().
ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer::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 19 of file AbsolutePathConsumer.php.
Referenced by ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\getAbsolutePath().
|
protected |
Definition at line 11 of file AbsolutePathConsumer.php.
Referenced by ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\getAbsolutePath().