ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MetadataType.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Filesystem;
20
22
30interface MetadataType
31{
35 public const FILE = 'file';
39 public const DIRECTORY = 'dir';
40}
This class holds all default metadata send by the filesystem adapters.
Definition: Metadata.php:33
The possible metadata types of the filesystem metadata.
const FILE
The subject is file.
const DIRECTORY
The subject is a directory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...