ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
MetadataType.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Filesystem
;
20
21
use
ILIAS\Filesystem\DTO\Metadata
;
22
30
interface
MetadataType
31
{
35
public
const
FILE
=
'file'
;
39
public
const
DIRECTORY
=
'dir'
;
40
}
ILIAS\Filesystem\DTO\Metadata
This class holds all default metadata send by the filesystem adapters.
Definition:
Metadata.php:33
ILIAS\Filesystem\MetadataType
The possible metadata types of the filesystem metadata.
Definition:
MetadataType.php:31
ILIAS\Filesystem\MetadataType\FILE
const FILE
The subject is file.
Definition:
MetadataType.php:35
ILIAS\Filesystem\MetadataType\DIRECTORY
const DIRECTORY
The subject is a directory.
Definition:
MetadataType.php:39
ILIAS\Filesystem
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
Filesystem
src
MetadataType.php
Generated on Sat Oct 18 2025 23:03:03 for ILIAS by
1.9.4 (using
Doxyfile
)