ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Visibility.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Filesystem;
20
29interface Visibility
30{
34 public const PUBLIC_ACCESS = 'public';
38 public const PRIVATE_ACCESS = 'private';
39}
This interface provides the available options for the filesystem right management of the filesystem s...
Definition: Visibility.php:30
const PRIVATE_ACCESS
Private file visibility.
Definition: Visibility.php:38
const PUBLIC_ACCESS
Public file visibility.
Definition: Visibility.php:34
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...