ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (string $scan_command, string $clean_command) | |
scanFile (string $file_path, string $org_name='') | |
![]() | |
__construct (string $scan_command, string $clean_command) | |
scanBuffer (string $buffer) | |
scanFile (string $file_path, string $org_name='') | |
logScanResult () | |
cleanFile (string $file_path, string $org_name='') | |
logCleanResult () | |
fileCleaned () | |
getScanResult () | |
getCleanResult () | |
getScanMessage () | |
getCleanMessage () | |
getScanZipFiles () | |
Additional Inherited Members | |
![]() | |
static | virusHandling (string $a_file, string $a_orig_name='', bool $a_clean=true) |
![]() | |
string | $type |
bool | $scanZipFiles |
string | $scanCommand |
string | $cleanCommand |
string | $scanFilePath |
string | $scanFileOrigName |
string | $cleanFilePath |
string | $cleanFileOrigName |
bool | $scanFileIsInfected |
bool | $cleanFileIsCleaned |
string | $scanResult |
string | $cleanResult |
ilErrorHandling | $error |
ilLanguage | $lng |
ilLogger | $log |
![]() | |
scanFileFromBuffer (string $buffer) | |
createBufferFile (string $buffer) | |
removeBufferFile (string $bufferFile) | |
Definition at line 21 of file class.ilVirusScannerAntiVir.php.
ilVirusScannerAntiVir::__construct | ( | string | $scan_command, |
string | $clean_command | ||
) |
Definition at line 23 of file class.ilVirusScannerAntiVir.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilVirusScannerAntiVir::scanFile | ( | string | $file_path, |
string | $org_name = '' |
||
) |
Definition at line 30 of file class.ilVirusScannerAntiVir.php.
References $out, ilVirusScanner\$scanResult, ilShellUtil\escapeShellArg(), ilShellUtil\escapeShellCmd(), ilShellUtil\execQuoted(), and ilVirusScanner\logScanResult().