-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.10, 4.1.13, 4.3.7, 4.4.3
So, basically, PHP Autoloading does not provide a mechanism for autoloading files containing functions.
In Composer you have an autoload.files array which contains anything which must alwasy be autoloaded. There is nothing automated about it IRIC.
We don't have an equivalent for that in Moodle for those libraries which are otherwise autoloaded. We need to add something, somewhere, to do that.