ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
StreamHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\WebDAV\Objects
;
22
23
use
ILIAS\Filesystem\Stream\FileStream
;
24
28
interface
StreamHandler
29
{
30
public
function
get
(): ?
FileStream
;
31
32
public
function
publish
(): void;
33
34
public
function
put
(
string
$title, mixed
$data
,
bool
$publish): bool;
35
}
ILIAS\Filesystem\Stream\FileStream
The base interface for all filesystem streams.
Definition:
FileStream.php:32
ILIAS\WebDAV\Objects\StreamHandler
Definition:
StreamHandler.php:29
ILIAS\WebDAV\Objects\StreamHandler\put
put(string $title, mixed $data, bool $publish)
ILIAS\WebDAV\Objects\StreamHandler\publish
publish()
$data
$data
Definition:
ltiregistration.php:29
ILIAS\WebDAV\Objects
Definition:
FileCreationCallback.php:21
components
ILIAS
WebDAV
src
Objects
StreamHandler.php
Generated on Wed Jun 3 2026 23:07:35 for ILIAS by
1.9.4 (using
Doxyfile
)