ILIAS  release_8 Revision v8.24
FileStreamRevision.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
32{
34 protected bool $keep_original = false;
35
39 public function __construct(
42 bool $keep_original = false
43 ) {
44 $this->stream = $stream;
45 $this->keep_original = $keep_original;
49 }
50
51 public function getStream(): FileStream
52 {
53 return $this->stream;
54 }
55
56 public function keepOriginal(): bool
57 {
59 }
60}
setInformation(Information $information)
ILIAS ResourceStorage Information Information $information
ILIAS ResourceStorage Identification ResourceIdentification $identification
__construct(ResourceIdentification $identification, FileStream $stream, bool $keep_original=false)
@inheritDoc
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...