ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
DirectoryReadAccess.php
Go to the documentation of this file.
1<?php
2
4
7
22{
23
34 public function hasDir(string $path) : bool;
35
36
50 public function listContents(string $path = '', bool $recursive = false) : array;
51}
An exception for terminatinating execution or to throw for unit testing.
hasDir(string $path)
Checks whether the directory exists or not.
listContents(string $path='', bool $recursive=false)
Lists the content of a directory.