ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ILIAS\Filesystem\Provider\DirectoryAccess Interface Reference

Interface DirectoryAccess. More...

+ Inheritance diagram for ILIAS\Filesystem\Provider\DirectoryAccess:
+ Collaboration diagram for ILIAS\Filesystem\Provider\DirectoryAccess:

Additional Inherited Members

- Public Member Functions inherited from ILIAS\Filesystem\Provider\DirectoryReadAccess
 hasDir ($path)
 Checks whether the directory exists or not. More...
 
 listContents ($path='', $recursive=false)
 Lists the content of a directory. More...
 
- Public Member Functions inherited from ILIAS\Filesystem\Provider\DirectoryWriteAccess
 createDir ($path, $visibility=Visibility::PUBLIC_ACCESS)
 Create a new directory. More...
 
 copyDir ($source, $destination)
 Copy all childes of the source recursive to the destination. More...
 
 deleteDir ($path)
 Deletes a directory recursive. More...
 

Detailed Description

Interface DirectoryAccess.

Defines all directory access operations of the filesystem. Filesystem role interface.

Author
Nicolas Schäfli ns@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Since
5.3
Version
1.0

Definition at line 17 of file DirectoryAccess.php.


The documentation for this interface was generated from the following file: