| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 | |
| 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().
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  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().