ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
MetadataType.php
Go to the documentation of this file.
1 <?php
18 namespace ILIAS\Filesystem;
19 
21 
29 interface MetadataType
30 {
34  public const FILE = 'file';
38  public const DIRECTORY = 'dir';
39 }
const FILE
The subject is file.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const DIRECTORY
The subject is a directory.
The possible metadata types of the filesystem metadata.