1<?
php declare(strict_types=1);
43 $revision = $this->getRevision();
45 return $this->storage_handler->getStream($revision);
An exception for terminatinating execution or to throw for unit testing.
setRevisionNumber(int $revision_number)
@inheritDoc
__construct(StorableResource $resource, StorageHandler $storage_handler)
DownloadConsumer constructor.
Interface FileStream The base interface for all filesystem streams.
Interface StreamConsumer.
Interface StorageResource.
Class FileResourceHandler.