ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
League\Flysystem\Handler
Definition:
Handler.php:7
libs
composer
vendor
league
flysystem
src
Directory.php
Generated on Tue Jan 28 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)