mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
b6bb4e81bb
This implements the use of class autoloading for antivirus plugin. Base abstract class, exception class and manager are using namespace core\antivirus, this is because all three class files are located in /lib/classes/antivirus/ (see \core_component::classloader for convention details).