19declare(strict_types=1);
32 private static Filesystems $filesystems;
39 if (!isset(self::$filesystems)) {
41 self::$filesystems =
$DIC->filesystem();
44 return self::$filesystems;
trait FilesystemsAware
Trait which ease the filesystem integration within legacy ILIAS components.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static filesystems()
Returns the loaded filesystems.