ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
DirectoryReadAccess.php
Go to the documentation of this file.
1<?php
2
4
7
22{
23
34 public function hasDir($path);
35
36
50 public function listContents($path = '', $recursive = false);
51}
An exception for terminatinating execution or to throw for unit testing.
listContents($path='', $recursive=false)
Lists the content of a directory.
hasDir($path)
Checks whether the directory exists or not.