|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilFileSystemSetupConfig:
Collaboration diagram for ilFileSystemSetupConfig:Public Member Functions | |
| __construct (string $data_dir) | |
| getDataDir () | |
| getWebDir () | |
Protected Member Functions | |
| normalizePath (string $p) | |
Protected Attributes | |
| string | $data_dir |
Definition at line 18 of file class.ilFileSystemSetupConfig.php.
| ilFileSystemSetupConfig::__construct | ( | string | $data_dir | ) |
Definition at line 22 of file class.ilFileSystemSetupConfig.php.
References normalizePath().
Here is the call graph for this function:| ilFileSystemSetupConfig::getDataDir | ( | ) |
Definition at line 34 of file class.ilFileSystemSetupConfig.php.
References $data_dir.
| ilFileSystemSetupConfig::getWebDir | ( | ) |
Definition at line 39 of file class.ilFileSystemSetupConfig.php.
|
protected |
Definition at line 28 of file class.ilFileSystemSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 20 of file class.ilFileSystemSetupConfig.php.
Referenced by getDataDir().