ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilMediaObjectImportDirectory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
29 {
30  private const PATH_PREFIX = 'mob';
31 
32  protected function getPathPrefix(): string
33  {
34  return self::PATH_PREFIX;
35  }
36 }