ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilFileData.php
Go to the documentation of this file.
1
<?php
2
22
class
ilFileData
extends
ilFile
23
{
24
public
function
__construct
()
25
{
26
$this->path = defined(
'CLIENT_DATA_DIR'
) ?
CLIENT_DATA_DIR
:
''
;
27
}
28
29
public
function
checkPath
(
string
$a_path): bool
30
{
31
return
is_writable($a_path);
32
}
33
34
public
function
getPath
(): string
35
{
36
return
$this->path
;
37
}
38
}
ilFileData
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFileData.php:23
ilFileData\__construct
__construct()
Definition:
class.ilFileData.php:24
ilFileData\checkPath
checkPath(string $a_path)
Definition:
class.ilFileData.php:29
ilFileData\getPath
getPath()
Definition:
class.ilFileData.php:34
ilFile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFile.php:26
ilFile\$path
string $path
Definition:
class.ilFile.php:27
CLIENT_DATA_DIR
const CLIENT_DATA_DIR
Definition:
constants.php:46
components
ILIAS
Filesystem
classes
class.ilFileData.php
Generated on Sat Oct 18 2025 23:03:03 for ILIAS by
1.9.4 (using
Doxyfile
)