1<?
php declare(strict_types=1);
53 $this->file_name =
$resource->getCurrentRevision()->getInformation()->getTitle();
56 abstract public function run() : void;
An exception for terminatinating execution or to throw for unit testing.
__construct(StorableResource $resource, StorageHandler $storage_handler, FileNamePolicy $file_name_policy)
DownloadConsumer constructor.
setRevisionNumber(int $revision_number)
@inheritDoc
overrideFileName(string $file_name)
run()
This runs the actual DeliveryConsumer.
Interface DeliveryConsumer.
Interface FileNamePolicy.
Interface StorageResource.
Class FileResourceHandler.