Factory for virus scanner class(es)
More...
Factory for virus scanner class(es)
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$
Definition at line 13 of file class.ilVirusScannerFactory.php.
◆ _getInstance()
& ilVirusScannerFactory::_getInstance |
( |
| ) |
|
Constructor public.
- Parameters
-
string | virus scanner command |
Definition at line 20 of file class.ilVirusScannerFactory.php.
Referenced by ilUtil\virusHandling().
23 switch (IL_VIRUS_SCANNER)
26 require_once(
"./Services/VirusScanner/classes/class.ilVirusScannerSophos.php");
32 require_once(
"./Services/VirusScanner/classes/class.ilVirusScannerAntiVir.php");
38 require_once(
"./Services/VirusScanner/classes/class.ilVirusScannerClamAV.php");
Interface to the AntiVir virus protector.
Interface to the ClamAV virus protector.
Interface to the sophos virus protector.
The documentation for this class was generated from the following file: