ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilFileData.php
Go to the documentation of this file.
1
<?php
21
class
ilFileData
extends
ilFile
22
{
23
public
function
__construct
()
24
{
25
$this->path = defined(
'CLIENT_DATA_DIR'
) ?
CLIENT_DATA_DIR
:
''
;
26
}
27
28
public
function
checkPath
(
string
$a_path): bool
29
{
30
if
(is_writable($a_path)) {
31
return
true
;
32
}
else
{
33
return
false
;
34
}
35
}
36
37
public
function
getPath
(): string
38
{
39
return
$this->path
;
40
}
41
}
ilFileData\getPath
getPath()
Definition:
class.ilFileData.php:37
ilFileData\__construct
__construct()
Definition:
class.ilFileData.php:23
ilFileData
CLIENT_DATA_DIR
const CLIENT_DATA_DIR
Definition:
constants.php:46
ilFileData\checkPath
checkPath(string $a_path)
Definition:
class.ilFileData.php:28
ilFile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFile.php:24
ilFile\$path
string $path
Definition:
class.ilFile.php:26
components
ILIAS
Filesystem
classes
class.ilFileData.php
Generated on Wed Sep 10 2025 15:15:37 for ILIAS by
1.8.13 (using
Doxyfile
)