ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
hasDir(string $path)
Checks whether the directory exists or not.
listContents(string $path='', bool $recursive=false)
Lists the content of a directory.