19 declare(strict_types=1);
42 public function __construct(StorableResource $resource, StreamAccess $stream_access)
50 $revision = $this->stream_access->populateRevision($this->getRevision());
51 return $revision->maybeStreamResolver()?->getStream();
setRevisionNumber(int $revision_number)
Interface StreamConsumer.
StorableResource $resource
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
StreamAccess $stream_access
__construct(StorableResource $resource, StreamAccess $stream_access)
DownloadConsumer constructor.