ILIAS  release_7 Revision v7.30-3-g800a261c036
DirectoryReadAccess.php
Go to the documentation of this file.
1<?php
2
4
7
18{
19
27 public function hasDir(string $path) : bool;
28
38 public function listContents(string $path = '', bool $recursive = false) : array;
39}
An exception for terminatinating execution or to throw for unit testing.
Class Metadata This class holds all default metadata send by the filesystem adapters.
Definition: Metadata.php:17
Class DirectoryNotFoundException Indicates that the directory is missing or not found.
Interface DirectoryReadAccess Defines the readonly directory access operations of the filesystem.
hasDir(string $path)
Checks whether the directory exists or not.
listContents(string $path='', bool $recursive=false)
Lists the content of a directory.