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