ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
getAbsolutePath () | |
run () | |
This runs the actual DeliveryConsumer. More... | |
![]() | |
__construct (protected StorableResource $resource, protected StreamAccess $stream_access, protected FileNamePolicy $file_name_policy) | |
DownloadConsumer constructor. More... | |
run () | |
This runs the actual DeliveryConsumer. More... | |
setRevisionNumber (int $revision_number) | |
overrideFileName (string $file_name) | |
Protected Attributes | |
string | $absolute_path = '' |
![]() | |
int | $revision_number = null |
string | $file_name = '' |
Definition at line 27 of file AbsolutePathConsumer.php.
ILIAS\LegalDocuments\Consumer\AbsolutePathConsumer::getAbsolutePath | ( | ) |
Definition at line 31 of file AbsolutePathConsumer.php.
References ILIAS\LegalDocuments\Consumer\AbsolutePathConsumer\$absolute_path, and ILIAS\LegalDocuments\Consumer\AbsolutePathConsumer\run().
ILIAS\LegalDocuments\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\LegalDocuments\Consumer\DeliveryConsumer.
Definition at line 37 of file AbsolutePathConsumer.php.
Referenced by ILIAS\LegalDocuments\Consumer\AbsolutePathConsumer\getAbsolutePath().
|
protected |
Definition at line 29 of file AbsolutePathConsumer.php.
Referenced by ILIAS\LegalDocuments\Consumer\AbsolutePathConsumer\getAbsolutePath().