ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Filesystem.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Filesystem
;
20
21
use
ILIAS\Filesystem\Finder\Finder
;
22
use
ILIAS\Filesystem\Provider\FileStreamAccess
;
23
use
ILIAS\Filesystem\Provider\FileAccess
;
24
use
ILIAS\Filesystem\Provider\DirectoryAccess
;
25
36
interface
Filesystem
extends
FileStreamAccess, FileAccess, DirectoryAccess
37
{
38
public
function
finder
(): Finder;
39
}
DirectoryAccess
ILIAS\Filesystem\Filesystem\finder
finder()
FileAccess
ILIAS\Filesystem\Finder\Finder
ILIAS\Filesystem
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
FileStreamAccess
Filesystem
components
ILIAS
Filesystem
src
Filesystem.php
Generated on Sun Aug 31 2025 23:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)