2declare(strict_types=1);
22 private static $filesystems;
31 if (is_null(self::$filesystems)) {
33 self::$filesystems =
$DIC->filesystem();
36 return self::$filesystems;
An exception for terminatinating execution or to throw for unit testing.
Class Filesystems The Filesystems interface defines the access methods which can be used to fetch the...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait FilesystemsAware
Trait FilesystemsAware.
static filesystems()
Returns the loaded filesystems.