ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
FileSystemStorageHandler.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 
34 {
35  public function __construct(
36  Filesystem $filesystem,
38  bool $determine_linking_possible = false
39  ) {
40  parent::__construct($filesystem, $location, $determine_linking_possible);
41  $this->path_generator = new UUIDBasedPathGenerator();
42  }
43 
47  public function getID(): string
48  {
49  return 'fsv1';
50  }
51 
52  public function getStorageLocationBasePath(): string
53  {
55  }
56 
57  public function isPrimary(): bool
58  {
59  return false;
60  }
61 }
const STORAGE
The filesystem outside of the ilias web root.
Definition: Location.php:40
__construct(Filesystem $filesystem, int $location=Location::STORAGE, bool $determine_linking_possible=false)
__construct(Container $dic, ilPlugin $plugin)
getStorageLocationBasePath()
This is the place in the filesystem where the containers (nested) get created.
Class FlySystemFileAccessTest disabled disabled disabled.