ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilUtilitiesSetupConfig Class Reference
+ 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
 

Detailed Description

Definition at line 7 of file class.ilUtilitiesSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

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:

Member Function Documentation

◆ getPathToConvert()

ilUtilitiesSetupConfig::getPathToConvert ( )

Definition at line 42 of file class.ilUtilitiesSetupConfig.php.

References $path_to_convert.

42  : string
43  {
45  }

◆ getPathToUnzip()

ilUtilitiesSetupConfig::getPathToUnzip ( )

Definition at line 52 of file class.ilUtilitiesSetupConfig.php.

References $path_to_unzip.

52  : string
53  {
54  return $this->path_to_unzip;
55  }

◆ getPathToZip()

ilUtilitiesSetupConfig::getPathToZip ( )

Definition at line 47 of file class.ilUtilitiesSetupConfig.php.

References $path_to_zip.

47  : string
48  {
49  return $this->path_to_zip;
50  }

◆ toLinuxConvention()

ilUtilitiesSetupConfig::toLinuxConvention ( ?string  $p)
protected

Definition at line 34 of file class.ilUtilitiesSetupConfig.php.

Referenced by __construct().

34  : ?string
35  {
36  if (!$p) {
37  return null;
38  }
39  return preg_replace("/\\\\/", "/", $p);
40  }
+ Here is the caller graph for this function:

Field Documentation

◆ $path_to_convert

ilUtilitiesSetupConfig::$path_to_convert
protected

Definition at line 12 of file class.ilUtilitiesSetupConfig.php.

Referenced by getPathToConvert().

◆ $path_to_unzip

ilUtilitiesSetupConfig::$path_to_unzip
protected

Definition at line 22 of file class.ilUtilitiesSetupConfig.php.

Referenced by getPathToUnzip().

◆ $path_to_zip

ilUtilitiesSetupConfig::$path_to_zip
protected

Definition at line 17 of file class.ilUtilitiesSetupConfig.php.

Referenced by getPathToZip().


The documentation for this class was generated from the following file: