ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
$path
Definition: aliased.php:25
hasDir(string $path)
Checks whether the directory exists or not.
listContents(string $path='', bool $recursive=false)
Lists the content of a directory.