|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 21 of file class.ilFileSystemSetupConfig.php.
| ilFileSystemSetupConfig::__construct | ( | string | $data_dir | ) |
Definition at line 25 of file class.ilFileSystemSetupConfig.php.
References normalizePath().
Here is the call graph for this function:| ilFileSystemSetupConfig::getDataDir | ( | ) |
Definition at line 37 of file class.ilFileSystemSetupConfig.php.
References $data_dir.
| ilFileSystemSetupConfig::getWebDir | ( | ) |
Definition at line 42 of file class.ilFileSystemSetupConfig.php.
|
protected |
Definition at line 31 of file class.ilFileSystemSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilFileSystemSetupConfig.php.
Referenced by getDataDir().