ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
FileStreamWriteAccess.php
Go to the documentation of this file.
1<?php
2
4
10
25{
26
43 public function writeStream(string $path, FileStream $stream);
44
45
62 public function putStream(string $path, FileStream $stream);
63
64
81 public function updateStream(string $path, FileStream $stream);
82}
$path
Definition: aliased.php:25
An exception for terminatinating execution or to throw for unit testing.
writeStream(string $path, FileStream $stream)
Writes the stream to a new file.
putStream(string $path, FileStream $stream)
Creates a new file or updates an existing one.
updateStream(string $path, FileStream $stream)
Updates an existing file.
Describes a data stream.
$stream
PHP stream implementation.