|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilUtilitiesSetupConfig:
Collaboration diagram for ilUtilitiesSetupConfig:Public Member Functions | |
| __construct (string $path_to_convert, string $path_to_zip, string $path_to_unzip) | |
| getPathToConvert () | |
| getPathToZip () | |
| getPathToUnzip () | |
Protected Member Functions | |
| toLinuxConvention (?string $p) | |
Protected Attributes | |
| $path_to_convert | |
| $path_to_zip | |
| $path_to_unzip | |
Definition at line 7 of file class.ilUtilitiesSetupConfig.php.
| ilUtilitiesSetupConfig::__construct | ( | string | $path_to_convert, |
| string | $path_to_zip, | ||
| string | $path_to_unzip | ||
| ) |
Definition at line 24 of file class.ilUtilitiesSetupConfig.php.
References toLinuxConvention().
Here is the call graph for this function:| ilUtilitiesSetupConfig::getPathToConvert | ( | ) |
Definition at line 42 of file class.ilUtilitiesSetupConfig.php.
References $path_to_convert.
| ilUtilitiesSetupConfig::getPathToUnzip | ( | ) |
Definition at line 52 of file class.ilUtilitiesSetupConfig.php.
References $path_to_unzip.
| ilUtilitiesSetupConfig::getPathToZip | ( | ) |
Definition at line 47 of file class.ilUtilitiesSetupConfig.php.
References $path_to_zip.
|
protected |
Definition at line 34 of file class.ilUtilitiesSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 12 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToConvert().
|
protected |
Definition at line 22 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToUnzip().
|
protected |
Definition at line 17 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToZip().