ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Directory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
League\Flysystem
;
4
5
class
Directory
extends
Handler
6
{
12
public
function
delete
()
13
{
14
return
$this->filesystem->deleteDir($this->path);
15
}
16
24
public
function
getContents
($recursive =
false
)
25
{
26
return
$this->filesystem->listContents($this->path, $recursive);
27
}
28
}
League\Flysystem
League\Flysystem\Directory
Definition:
Directory.php:5
League\Flysystem\Directory\getContents
getContents($recursive=false)
List the directory contents.
Definition:
Directory.php:24
php
League\Flysystem\Handler
Definition:
Handler.php:7
libs
composer
vendor
league
flysystem
src
Directory.php
Generated on Thu Jan 30 2025 19:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)