ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |||||||
has ($path) | |||||||
Check whether a file is present. More... | |||||||
write ($path, $contents, Config $config) | |||||||
Write a new file.
| |||||||
update ($path, $contents, Config $config) | |||||||
Update a file.
| |||||||
read ($path) | |||||||
Read a file.
| |||||||
rename ($path, $newpath) | |||||||
Rename a file.
| |||||||
delete ($path) | |||||||
Delete a file.
| |||||||
listContents ($directory='', $recursive=false) | |||||||
List contents of a directory.
| |||||||
getMetadata ($path) | |||||||
Get all the meta data of a file or directory.
| |||||||
getSize ($path) | |||||||
Get the size of a file.
| |||||||
getMimetype ($path) | |||||||
Get the mimetype of a file.
| |||||||
getTimestamp ($path) | |||||||
Get the timestamp of a file.
| |||||||
getVisibility ($path) | |||||||
Get the visibility of a file.
| |||||||
setVisibility ($path, $visibility) | |||||||
Set the visibility for a file.
| |||||||
createDir ($dirname, Config $config) | |||||||
Create a directory.
| |||||||
deleteDir ($dirname) | |||||||
Delete a directory.
| |||||||
Public Member Functions inherited from League\Flysystem\Adapter\AbstractAdapter | |||||||
setPathPrefix ($prefix) | |||||||
Set the path prefix. More... | |||||||
getPathPrefix () | |||||||
Get the path prefix. More... | |||||||
applyPathPrefix ($path) | |||||||
Prefix a path. More... | |||||||
removePathPrefix ($path) | |||||||
Remove a path prefix. More... | |||||||
Public Member Functions inherited from League\Flysystem\AdapterInterface | |||||||
writeStream ($path, $resource, Config $config) | |||||||
Write a new file using a stream. More... | |||||||
updateStream ($path, $resource, Config $config) | |||||||
Update a file using a stream. More... | |||||||
copy ($path, $newpath) | |||||||
Copy a file. More... | |||||||
Public Member Functions inherited from League\Flysystem\ReadInterface | |||||||
readStream ($path) | |||||||
Read a file as a stream. More... | |||||||
Additional Inherited Members | |
Data Fields inherited from League\Flysystem\AdapterInterface | |
const | VISIBILITY_PUBLIC = 'public' |
VISIBILITY_PUBLIC public visibility More... | |
const | VISIBILITY_PRIVATE = 'private' |
VISIBILITY_PRIVATE private visibility More... | |
Protected Attributes inherited from League\Flysystem\Adapter\AbstractAdapter | |
$pathPrefix | |
$pathSeparator = '/' | |
Definition at line 9 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::createDir | ( | $dirname, | |
Config | $config | ||
) |
Create a directory.
string | $dirname | directory name |
Config | $config |
Implements League\Flysystem\AdapterInterface.
Definition at line 132 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::delete | ( | $path | ) |
Delete a file.
string | $path |
Implements League\Flysystem\AdapterInterface.
Definition at line 68 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::deleteDir | ( | $dirname | ) |
Delete a directory.
string | $dirname |
Implements League\Flysystem\AdapterInterface.
Definition at line 140 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::getMetadata | ( | $path | ) |
Get all the meta data of a file or directory.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 84 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::getMimetype | ( | $path | ) |
Get the mimetype of a file.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 100 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::getSize | ( | $path | ) |
Get the size of a file.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 92 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::getTimestamp | ( | $path | ) |
Get the timestamp of a file.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 108 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::getVisibility | ( | $path | ) |
Get the visibility of a file.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 116 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::has | ( | $path | ) |
Check whether a file is present.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 21 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::listContents | ( | $directory = '' , |
|
$recursive = false |
|||
) |
List contents of a directory.
string | $directory | |
bool | $recursive |
Implements League\Flysystem\ReadInterface.
Definition at line 76 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::read | ( | $path | ) |
Read a file.
string | $path |
Implements League\Flysystem\ReadInterface.
Definition at line 52 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::rename | ( | $path, | |
$newpath | |||
) |
Rename a file.
string | $path | |
string | $newpath |
Implements League\Flysystem\AdapterInterface.
Definition at line 60 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::setVisibility | ( | $path, | |
$visibility | |||
) |
Set the visibility for a file.
string | $path | |
string | $visibility |
Implements League\Flysystem\AdapterInterface.
Definition at line 124 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::update | ( | $path, | |
$contents, | |||
Config | $config | ||
) |
Update a file.
Implements League\Flysystem\AdapterInterface.
Definition at line 44 of file NullAdapter.php.
League\Flysystem\Adapter\NullAdapter::write | ( | $path, | |
$contents, | |||
Config | $config | ||
) |
Write a new file.
Implements League\Flysystem\AdapterInterface.
Definition at line 29 of file NullAdapter.php.
References $result, $type, and League\Flysystem\Config\get().