| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilVirusScannerSetupConfig:
 Collaboration diagram for ilVirusScannerSetupConfig:Public Member Functions | |
| __construct (string $virus_scanner, ?string $path_to_scan, ?string $path_to_clean, ?string $icap_host, ?string $icap_port, ?string $icap_service_name, ?string $icap_client_path) | |
| getVirusScanner () | |
| getPathToScan () | |
| getPathToClean () | |
| getIcapHost () | |
| getIcapPort () | |
| getIcapServiceName () | |
| getIcapClientPath () | |
Data Fields | |
| const | VIRUS_SCANNER_NONE = "none" | 
Protected Member Functions | |
| toLinuxConvention (?string $p) | |
Protected Attributes | |
| string | $virus_scanner | 
| string | $path_to_scan = null | 
| string | $path_to_clean = null | 
| string | $icap_host = null | 
| string | $icap_port = null | 
| string | $icap_service_name = null | 
| string | $icap_client_path = null | 
Private Attributes | |
| const | VIRUS_SCANNER_SOPHOS = "sophos" | 
| const | VIRUS_SCANNER_ANTIVIR = "antivir" | 
| const | VIRUS_SCANNER_CLAMAV = "clamav" | 
| const | VIRUS_SCANNER_ICAP = "icap" | 
Definition at line 23 of file class.ilVirusScannerSetupConfig.php.
| ilVirusScannerSetupConfig::__construct | ( | string | $virus_scanner, | 
| ?string | $path_to_scan, | ||
| ?string | $path_to_clean, | ||
| ?string | $icap_host, | ||
| ?string | $icap_port, | ||
| ?string | $icap_service_name, | ||
| ?string | $icap_client_path | ||
| ) | 
Definition at line 45 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner, and toLinuxConvention().
 Here is the call graph for this function:| ilVirusScannerSetupConfig::getIcapClientPath | ( | ) | 
Definition at line 119 of file class.ilVirusScannerSetupConfig.php.
References $icap_client_path.
| ilVirusScannerSetupConfig::getIcapHost | ( | ) | 
Definition at line 104 of file class.ilVirusScannerSetupConfig.php.
References $icap_host.
| ilVirusScannerSetupConfig::getIcapPort | ( | ) | 
Definition at line 109 of file class.ilVirusScannerSetupConfig.php.
References $icap_port.
| ilVirusScannerSetupConfig::getIcapServiceName | ( | ) | 
Definition at line 114 of file class.ilVirusScannerSetupConfig.php.
References $icap_service_name.
| ilVirusScannerSetupConfig::getPathToClean | ( | ) | 
Definition at line 99 of file class.ilVirusScannerSetupConfig.php.
References $path_to_clean.
| ilVirusScannerSetupConfig::getPathToScan | ( | ) | 
Definition at line 94 of file class.ilVirusScannerSetupConfig.php.
References $path_to_scan.
| ilVirusScannerSetupConfig::getVirusScanner | ( | ) | 
Definition at line 89 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner.
      
  | 
  protected | 
Definition at line 81 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 43 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapClientPath().
      
  | 
  protected | 
Definition at line 37 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapHost().
      
  | 
  protected | 
Definition at line 39 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapPort().
      
  | 
  protected | 
Definition at line 41 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapServiceName().
      
  | 
  protected | 
Definition at line 35 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToClean().
      
  | 
  protected | 
Definition at line 33 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToScan().
      
  | 
  protected | 
Definition at line 31 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and getVirusScanner().
      
  | 
  private | 
Definition at line 27 of file class.ilVirusScannerSetupConfig.php.
      
  | 
  private | 
Definition at line 28 of file class.ilVirusScannerSetupConfig.php.
      
  | 
  private | 
Definition at line 29 of file class.ilVirusScannerSetupConfig.php.
Referenced by ilVirusScannerMetricsCollectedObjective\collectFrom().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_NONE = "none" | 
Definition at line 25 of file class.ilVirusScannerSetupConfig.php.
Referenced by ilVirusScannerMetricsCollectedObjective\collectFrom(), and ilVirusScannerSetupAgent\getArrayToConfigTransformation().
      
  | 
  private | 
Definition at line 26 of file class.ilVirusScannerSetupConfig.php.