Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

   1  <?php
   2  
   3  // autoload_static.php @generated by Composer
   4  
   5  namespace Composer\Autoload;
   6  
   7  class ComposerStaticInite0d802f9161d0d84fba97a5520240273
   8  {
   9      public static $prefixLengthsPsr4 = array (
  10          'P' => 
  11          array (
  12              'Psr\\SimpleCache\\' => 16,
  13              'Psr\\Http\\Message\\' => 17,
  14              'Psr\\Http\\Client\\' => 16,
  15              'PhpOffice\\PhpSpreadsheet\\' => 25,
  16          ),
  17          'M' => 
  18          array (
  19              'Matrix\\' => 7,
  20          ),
  21          'C' => 
  22          array (
  23              'Complex\\' => 8,
  24          ),
  25      );
  26  
  27      public static $prefixDirsPsr4 = array (
  28          'Psr\\SimpleCache\\' => 
  29          array (
  30              0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  31          ),
  32          'Psr\\Http\\Message\\' => 
  33          array (
  34              0 => __DIR__ . '/..' . '/psr/http-message/src',
  35              1 => __DIR__ . '/..' . '/psr/http-factory/src',
  36          ),
  37          'Psr\\Http\\Client\\' => 
  38          array (
  39              0 => __DIR__ . '/..' . '/psr/http-client/src',
  40          ),
  41          'PhpOffice\\PhpSpreadsheet\\' => 
  42          array (
  43              0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
  44          ),
  45          'Matrix\\' => 
  46          array (
  47              0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
  48          ),
  49          'Complex\\' => 
  50          array (
  51              0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
  52          ),
  53      );
  54  
  55      public static $classMap = array (
  56          'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  57      );
  58  
  59      public static function getInitializer(ClassLoader $loader)
  60      {
  61          return \Closure::bind(function () use ($loader) {
  62              $loader->prefixLengthsPsr4 = ComposerStaticInite0d802f9161d0d84fba97a5520240273::$prefixLengthsPsr4;
  63              $loader->prefixDirsPsr4 = ComposerStaticInite0d802f9161d0d84fba97a5520240273::$prefixDirsPsr4;
  64              $loader->classMap = ComposerStaticInite0d802f9161d0d84fba97a5520240273::$classMap;
  65  
  66          }, null, ClassLoader::class);
  67      }
  68  }