ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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" |
const | VIRUS_SCANNER_SOPHOS = "sophos" |
const | VIRUS_SCANNER_ANTIVIR = "antivir" |
const | VIRUS_SCANNER_CLAMAV = "clamav" |
const | VIRUS_SCANNER_ICAP = "icap" |
Protected Member Functions | |
toLinuxConvention (?string $p) | |
Protected Attributes | |
$virus_scanner | |
$path_to_scan | |
$path_to_clean | |
$icap_host | |
$icap_port | |
$icap_service_name | |
$icap_client_path | |
Definition at line 8 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 51 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner, and toLinuxConvention().
ilVirusScannerSetupConfig::getIcapClientPath | ( | ) |
Definition at line 125 of file class.ilVirusScannerSetupConfig.php.
References $icap_client_path.
ilVirusScannerSetupConfig::getIcapHost | ( | ) |
ilVirusScannerSetupConfig::getIcapPort | ( | ) |
ilVirusScannerSetupConfig::getIcapServiceName | ( | ) |
Definition at line 120 of file class.ilVirusScannerSetupConfig.php.
References $icap_service_name.
ilVirusScannerSetupConfig::getPathToClean | ( | ) |
Definition at line 105 of file class.ilVirusScannerSetupConfig.php.
References $path_to_clean.
ilVirusScannerSetupConfig::getPathToScan | ( | ) |
Definition at line 100 of file class.ilVirusScannerSetupConfig.php.
References $path_to_scan.
ilVirusScannerSetupConfig::getVirusScanner | ( | ) |
Definition at line 95 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner.
|
protected |
Definition at line 87 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapClientPath().
|
protected |
Definition at line 34 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 44 of file class.ilVirusScannerSetupConfig.php.
Referenced by getIcapServiceName().
|
protected |
Definition at line 29 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToClean().
|
protected |
Definition at line 24 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToScan().
|
protected |
Definition at line 19 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and getVirusScanner().
const ilVirusScannerSetupConfig::VIRUS_SCANNER_ANTIVIR = "antivir" |
Definition at line 12 of file class.ilVirusScannerSetupConfig.php.
const ilVirusScannerSetupConfig::VIRUS_SCANNER_CLAMAV = "clamav" |
Definition at line 13 of file class.ilVirusScannerSetupConfig.php.
const ilVirusScannerSetupConfig::VIRUS_SCANNER_ICAP = "icap" |
Definition at line 14 of file class.ilVirusScannerSetupConfig.php.
Referenced by ilVirusScannerMetricsCollectedObjective\collectFrom().
const ilVirusScannerSetupConfig::VIRUS_SCANNER_NONE = "none" |
Definition at line 10 of file class.ilVirusScannerSetupConfig.php.
Referenced by ilVirusScannerMetricsCollectedObjective\collectFrom(), and ilVirusScannerSetupAgent\getArrayToConfigTransformation().
const ilVirusScannerSetupConfig::VIRUS_SCANNER_SOPHOS = "sophos" |
Definition at line 11 of file class.ilVirusScannerSetupConfig.php.