19 declare(strict_types=1);
    39         if (!isset(self::$filesystems)) {
    41             self::$filesystems = $DIC->filesystem();
    44         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...
 
The Filesystems interface defines the access methods which can be used to fetch the different filesys...