ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
FilesystemsAware.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\Filesystem
;
4
15
trait
FilesystemsAware
16
{
17
21
private
static
$filesystems;
22
28
private
static
function
filesystems
()
29
{
30
if
(is_null(self::$filesystems)) {
31
global
$DIC
;
32
self::$filesystems = $DIC->filesystem();
33
}
34
35
return
self::$filesystems;
36
}
37
}
$DIC
global $DIC
Definition:
saml.php:7
FilesystemsAware
ILIAS\Filesystem\filesystems
static filesystems()
Returns the loaded filesystems.
Definition:
FilesystemsAware.php:28
ILIAS\Filesystem
src
Filesystem
FilesystemsAware.php
Generated on Sat Jan 18 2025 19:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)