ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (string $virus_scanner, ?string $path_to_scan, ?string $path_to_clean) | |
getVirusScanner () | |
getPathToScan () | |
getPathToClean () | |
Data Fields | |
const | VIRUS_SCANNER_NONE = "none" |
const | VIRUS_SCANNER_SOPHOS = "sophos" |
const | VIRUS_SCANNER_ANTIVIR = "antivir" |
const | VIRUS_SCANNER_CLAMAV = "clamav" |
Protected Member Functions | |
toLinuxConvention (?string $p) | |
Protected Attributes | |
$virus_scanner | |
$path_to_scan | |
$path_to_clean | |
Definition at line 8 of file class.ilVirusScannerSetupConfig.php.
ilVirusScannerSetupConfig::__construct | ( | string | $virus_scanner, |
?string | $path_to_scan, | ||
?string | $path_to_clean | ||
) |
Definition at line 30 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner, and toLinuxConvention().
ilVirusScannerSetupConfig::getPathToClean | ( | ) |
Definition at line 74 of file class.ilVirusScannerSetupConfig.php.
References $path_to_clean.
ilVirusScannerSetupConfig::getPathToScan | ( | ) |
Definition at line 69 of file class.ilVirusScannerSetupConfig.php.
References $path_to_scan.
ilVirusScannerSetupConfig::getVirusScanner | ( | ) |
Definition at line 64 of file class.ilVirusScannerSetupConfig.php.
References $virus_scanner.
|
protected |
Definition at line 56 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToClean().
|
protected |
Definition at line 23 of file class.ilVirusScannerSetupConfig.php.
Referenced by getPathToScan().
|
protected |
Definition at line 18 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_NONE = "none" |
Definition at line 10 of file class.ilVirusScannerSetupConfig.php.
Referenced by ilVirusScannerSetupAgent\getArrayToConfigTransformation().
const ilVirusScannerSetupConfig::VIRUS_SCANNER_SOPHOS = "sophos" |
Definition at line 11 of file class.ilVirusScannerSetupConfig.php.