|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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" |
| 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 $path_to_clean, $path_to_scan, $virus_scanner, toLinuxConvention(), VIRUS_SCANNER_ANTIVIR, VIRUS_SCANNER_CLAMAV, VIRUS_SCANNER_ICAP, VIRUS_SCANNER_NONE, and VIRUS_SCANNER_SOPHOS.
Here is the call graph for this function:| ilVirusScannerSetupConfig::getIcapClientPath | ( | ) |
Definition at line 125 of file class.ilVirusScannerSetupConfig.php.
References $icap_client_path.
| ilVirusScannerSetupConfig::getIcapHost | ( | ) |
Definition at line 110 of file class.ilVirusScannerSetupConfig.php.
References $icap_host.
| ilVirusScannerSetupConfig::getIcapPort | ( | ) |
Definition at line 115 of file class.ilVirusScannerSetupConfig.php.
References $icap_port.
| 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().
Here is the caller graph for this function:
|
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 __construct(), and getPathToClean().
|
protected |
Definition at line 24 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and 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.
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_ICAP = "icap" |
Definition at line 14 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and ilVirusScannerMetricsCollectedObjective\collectFrom().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_NONE = "none" |
Definition at line 10 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), ilVirusScannerMetricsCollectedObjective\collectFrom(), and ilVirusScannerSetupAgent\getArrayToConfigTransformation().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_SOPHOS = "sophos" |
Definition at line 11 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().