Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | adminlib.php |
ClamAV antivirus adminlib. | |
file | provider.php |
Privacy Subsystem implementation for antivirus_clamav. | |
file | scanner.php |
ClamAV antivirus integration. | |
file | settings.php |
ClamAV admin settings. | |
file | upgrade.php |
ClamAV antivirus plugin upgrade script. | |
file | version.php |
ClamAV antivirus version file. | |
Namespaces | |
namespace | antivirus_clamav |
| |
namespace | antivirus_clamav\privacy |
| |
Classes | |
class | antivirus_clamav\privacy\provider |
Privacy Subsystem for antivirus_clamav implementing null_provider. More... | |
class | antivirus_clamav\scanner |
Class implementing ClamAV antivirus. More... | |
class | antivirus_clamav_pathtounixsocket_setting |
Admin setting for unix socket path, adds verification. More... | |
class | antivirus_clamav_runningmethod_setting |
Admin setting for running, adds verification. More... | |
class | antivirus_clamav_socket_setting |
Abstract socket checking class. More... | |
class | antivirus_clamav_tcpsockethost_setting |
Admin setting for Internet domain socket host, adds verification. More... | |
Functions | |
xmldb_antivirus_clamav_upgrade ($oldversion) | |
Run all ClamAV plugin upgrade steps between the current DB version and the current version on disk. More... | |
xmldb_antivirus_clamav_upgrade | ( | $oldversion | ) |
Run all ClamAV plugin upgrade steps between the current DB version and the current version on disk.
int | $oldversion | The old version of atto in the DB. |
bool |