|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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_ICAP = 'icap' |
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' |
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 $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 120 of file class.ilVirusScannerSetupConfig.php.
References $icap_client_path.
| ilVirusScannerSetupConfig::getIcapHost | ( | ) |
Definition at line 105 of file class.ilVirusScannerSetupConfig.php.
References $icap_host.
| ilVirusScannerSetupConfig::getIcapPort | ( | ) |
Definition at line 110 of file class.ilVirusScannerSetupConfig.php.
References $icap_port.
| ilVirusScannerSetupConfig::getIcapServiceName | ( | ) |
Definition at line 115 of file class.ilVirusScannerSetupConfig.php.
References $icap_service_name.
| ilVirusScannerSetupConfig::getPathToClean | ( | ) |
Definition at line 100 of file class.ilVirusScannerSetupConfig.php.
References $path_to_clean.
| ilVirusScannerSetupConfig::getPathToScan | ( | ) |
Definition at line 95 of file class.ilVirusScannerSetupConfig.php.
References $path_to_scan.
| ilVirusScannerSetupConfig::getVirusScanner | ( | ) |
Definition at line 90 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 __construct(), and getPathToClean().
|
protected |
Definition at line 33 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and 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.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_ICAP = 'icap' |
Definition at line 29 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), and ilVirusScannerMetricsCollectedObjective\collectFrom().
| const ilVirusScannerSetupConfig::VIRUS_SCANNER_NONE = 'none' |
Definition at line 25 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct(), ilVirusScannerMetricsCollectedObjective\collectFrom(), and ilVirusScannerSetupAgent\getArrayToConfigTransformation().
|
private |
Definition at line 26 of file class.ilVirusScannerSetupConfig.php.
Referenced by __construct().