19 declare(strict_types=1);
47 private StreamAccess $stream_access,
48 protected FileNamePolicy $file_name_policy =
new NoneFileNamePolicy()
51 $this->
http = $DIC->http();
60 $this->file_name_policy
70 $this->file_name_policy
90 $this->file_name_policy
113 ?
string $zip_filename =
null 117 $this->stream_access,
118 $this->file_name_policy,
119 $zip_filename ??
'Download.zip' 124 StorableContainerResource $resource,
133 StorableContainerResource $resource,
135 string $start_file =
'index.html',
136 float $valid_for_at_least_minutes = 120.0
141 $this->stream_access,
143 $valid_for_at_least_minutes
downloadMultiple(array $resources, ?string $zip_filename=null)
download(StorableResource $resource)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
src(StorableResource $resource, SrcBuilder $src_builder)
static http()
Fetches the global http state from ILIAS.
fileStream(StorableResource $resource)
absolutePath(StorableResource $resource)
containerURI(StorableContainerResource $resource, SrcBuilder $src_builder, string $start_file='index.html', float $valid_for_at_least_minutes=120.0)
__construct(private StreamAccess $stream_access, protected FileNamePolicy $file_name_policy=new NoneFileNamePolicy())
ConsumerFactory constructor.
containerZIP(StorableContainerResource $resource,)
flavourUrl(Flavour $flavour, SrcBuilder $src_builder)