ILIAS
release_8 Revision v8.19
|
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 | |
string | $path_to_convert |
string | $path_to_zip |
string | $path_to_unzip |
Definition at line 23 of file class.ilUtilitiesSetupConfig.php.
ilUtilitiesSetupConfig::__construct | ( | string | $path_to_convert, |
string | $path_to_zip, | ||
string | $path_to_unzip | ||
) |
Definition at line 29 of file class.ilUtilitiesSetupConfig.php.
References toLinuxConvention().
ilUtilitiesSetupConfig::getPathToConvert | ( | ) |
Definition at line 47 of file class.ilUtilitiesSetupConfig.php.
References $path_to_convert.
ilUtilitiesSetupConfig::getPathToUnzip | ( | ) |
Definition at line 57 of file class.ilUtilitiesSetupConfig.php.
References $path_to_unzip.
ilUtilitiesSetupConfig::getPathToZip | ( | ) |
Definition at line 52 of file class.ilUtilitiesSetupConfig.php.
References $path_to_zip.
|
protected |
Definition at line 39 of file class.ilUtilitiesSetupConfig.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToConvert().
|
protected |
Definition at line 27 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToUnzip().
|
protected |
Definition at line 26 of file class.ilUtilitiesSetupConfig.php.
Referenced by getPathToZip().