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