ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilScormImportDirectory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
29{
30 private const PATH_PREFIX = 'learningModule';
31
32 protected function getPathPrefix(): string
33 {
34 return self::PATH_PREFIX;
35 }
36}
Import directory interface.
The filesystem interface provides the public interface for the Filesystem service API consumer.
Definition: Filesystem.php:37