19 declare(strict_types=1);
42 protected StorableResource $resource,
43 protected StreamAccess $stream_access,
44 protected FileNamePolicy $file_name_policy
46 $this->file_name = $this->resource->getCurrentRevision()->getInformation()->getTitle();
49 abstract public function run(): void;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(protected StorableResource $resource, protected StreamAccess $stream_access, protected FileNamePolicy $file_name_policy)
DownloadConsumer constructor.
run()
This runs the actual DeliveryConsumer.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
overrideFileName(string $file_name)
setRevisionNumber(int $revision_number)
Interface DeliveryConsumer.