|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer:
Collaboration diagram for ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer:Public Member Functions | |
| getAbsolutePath () | |
| 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) | |
| @inheritDoc More... | |
| overrideFileName (string $file_name) | |
| run () | |
| This runs the actual DeliveryConsumer. More... | |
| setRevisionNumber (int $revision_number) | |
| overrideFileName (string $file_name) | |
Protected Attributes | |
| string | $absolute_path = '' |
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 27 of file AbsolutePathConsumer.php.
| ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer::getAbsolutePath | ( | ) |
Definition at line 31 of file AbsolutePathConsumer.php.
References ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\$absolute_path, and ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\run().
Here is the call graph for this function:| 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.
Reimplemented from ILIAS\ResourceStorage\Consumer\BaseConsumer.
Definition at line 37 of file AbsolutePathConsumer.php.
Referenced by ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\getAbsolutePath().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file AbsolutePathConsumer.php.
Referenced by ILIAS\ResourceStorage\Consumer\AbsolutePathConsumer\getAbsolutePath().