|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilVirusScannerSetupConfig:
Collaboration diagram for ilVirusScannerSetupConfig: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 $path_to_clean, $path_to_scan, $virus_scanner, toLinuxConvention(), VIRUS_SCANNER_ANTIVIR, VIRUS_SCANNER_CLAMAV, VIRUS_SCANNER_NONE, and VIRUS_SCANNER_SOPHOS.
Here is the call graph for this function:| 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().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and getPathToClean().
|
protected |
Definition at line 23 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and 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.
Referenced by __construct().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_CLAMAV = "clamav" |
Definition at line 13 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_NONE = "none" |
Definition at line 10 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and ilVirusScannerSetupAgent\getArrayToConfigTransformation().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_SOPHOS = "sophos" |
Definition at line 11 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().