ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ReattachableStream.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Filesystem\Stream
;
22
26
class
ReattachableStream
extends
Stream
27
{
32
protected
function
assertStreamAttached
(): void
33
{
34
if
($this->stream === null) {
35
$this->stream = fopen($this->uri, $this->_mode);
36
}
37
}
38
}
ILIAS\Filesystem\Stream\Stream
Definition:
Stream.php:29
ILIAS\Filesystem\Stream\ReattachableStream\assertStreamAttached
assertStreamAttached()
Checks if the stream is attached to the wrapper.
Definition:
ReattachableStream.php:32
ILIAS\Filesystem\Stream
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
FileStream.php:19
ILIAS\Filesystem\Stream\ReattachableStream
Definition:
ReattachableStream.php:26
components
ILIAS
Filesystem
src
Stream
ReattachableStream.php
Generated on Wed Sep 10 2025 15:15:38 for ILIAS by
1.8.13 (using
Doxyfile
)