ILIAS  release_7 Revision v7.30-3-g800a261c036
Visibility.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\Filesystem;
4
15interface Visibility
16{
17
22 const PUBLIC_ACCESS = 'public';
27 const PRIVATE_ACCESS = 'private';
28}
An exception for terminatinating execution or to throw for unit testing.
Interface Visibility This interface provides the available options for the filesystem right managemen...
Definition: Visibility.php:16
const PRIVATE_ACCESS
Private file visibility.
Definition: Visibility.php:27
const PUBLIC_ACCESS
Public file visibility.
Definition: Visibility.php:22
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...