N°9370 - autoload

This commit is contained in:
Eric Espie
2026-03-18 14:23:00 +01:00
committed by odain
parent 9cb2d78b48
commit cedc1ec711
3 changed files with 77 additions and 77 deletions

View File

@@ -16,5 +16,5 @@ require_once(APPROOT.'/application/audit.category.class.inc.php');
require_once(APPROOT.'/application/audit.domain.class.inc.php'); require_once(APPROOT.'/application/audit.domain.class.inc.php');
require_once(APPROOT.'/application/audit.rule.class.inc.php'); require_once(APPROOT.'/application/audit.rule.class.inc.php');
require_once(APPROOT.'/application/query.class.inc.php'); require_once(APPROOT.'/application/query.class.inc.php');
require_once(APPROOT.'/setup/moduleinstallation/moduleinstallation.class.inc.php'); require_once(APPROOT.'/setup/moduleinstallation.class.inc.php');
require_once(APPROOT.'/application/utils.inc.php'); require_once(APPROOT.'/application/utils.inc.php');

View File

@@ -24,7 +24,7 @@ MetaModel::IncludeModule('application/user.dashboard.class.inc.php');
MetaModel::IncludeModule('application/audit.rule.class.inc.php'); MetaModel::IncludeModule('application/audit.rule.class.inc.php');
MetaModel::IncludeModule('application/audit.domain.class.inc.php'); MetaModel::IncludeModule('application/audit.domain.class.inc.php');
MetaModel::IncludeModule('application/query.class.inc.php'); MetaModel::IncludeModule('application/query.class.inc.php');
MetaModel::IncludeModule('setup/moduleinstallation/moduleinstallation.class.inc.php'); MetaModel::IncludeModule('setup/moduleinstallation.class.inc.php');
MetaModel::IncludeModule('core/event.class.inc.php'); MetaModel::IncludeModule('core/event.class.inc.php');
MetaModel::IncludeModule('core/action.class.inc.php'); MetaModel::IncludeModule('core/action.class.inc.php');

View File

@@ -28,12 +28,12 @@ class ComposerStaticInitfc0e9e9dea11dcbb6272414776c30685
); );
public static $prefixLengthsPsr4 = array ( public static $prefixLengthsPsr4 = array (
'T' => 'T' =>
array ( array (
'Twig\\' => 5, 'Twig\\' => 5,
'TheNetworg\\OAuth2\\Client\\' => 25, 'TheNetworg\\OAuth2\\Client\\' => 25,
), ),
'S' => 'S' =>
array ( array (
'Symfony\\Polyfill\\Php83\\' => 23, 'Symfony\\Polyfill\\Php83\\' => 23,
'Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Polyfill\\Mbstring\\' => 26,
@@ -82,7 +82,7 @@ class ComposerStaticInitfc0e9e9dea11dcbb6272414776c30685
'ScssPhp\\ScssPhp\\' => 16, 'ScssPhp\\ScssPhp\\' => 16,
'Sabberworm\\CSS\\' => 15, 'Sabberworm\\CSS\\' => 15,
), ),
'P' => 'P' =>
array ( array (
'Psr\\Log\\' => 8, 'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17, 'Psr\\Http\\Message\\' => 17,
@@ -93,298 +93,298 @@ class ComposerStaticInitfc0e9e9dea11dcbb6272414776c30685
'PhpParser\\' => 10, 'PhpParser\\' => 10,
'Pelago\\Emogrifier\\' => 18, 'Pelago\\Emogrifier\\' => 18,
), ),
'L' => 'L' =>
array ( array (
'League\\OAuth2\\Client\\' => 21, 'League\\OAuth2\\Client\\' => 21,
), ),
'G' => 'G' =>
array ( array (
'GuzzleHttp\\Psr7\\' => 16, 'GuzzleHttp\\Psr7\\' => 16,
'GuzzleHttp\\Promise\\' => 19, 'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11, 'GuzzleHttp\\' => 11,
), ),
'F' => 'F' =>
array ( array (
'Firebase\\JWT\\' => 13, 'Firebase\\JWT\\' => 13,
), ),
'E' => 'E' =>
array ( array (
'Egulias\\EmailValidator\\' => 23, 'Egulias\\EmailValidator\\' => 23,
), ),
'D' => 'D' =>
array ( array (
'Doctrine\\Common\\Lexer\\' => 22, 'Doctrine\\Common\\Lexer\\' => 22,
), ),
); );
public static $prefixDirsPsr4 = array ( public static $prefixDirsPsr4 = array (
'Twig\\' => 'Twig\\' =>
array ( array (
0 => __DIR__ . '/..' . '/twig/twig/src', 0 => __DIR__ . '/..' . '/twig/twig/src',
), ),
'TheNetworg\\OAuth2\\Client\\' => 'TheNetworg\\OAuth2\\Client\\' =>
array ( array (
0 => __DIR__ . '/..' . '/thenetworg/oauth2-azure/src', 0 => __DIR__ . '/..' . '/thenetworg/oauth2-azure/src',
), ),
'Symfony\\Polyfill\\Php83\\' => 'Symfony\\Polyfill\\Php83\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php83', 0 => __DIR__ . '/..' . '/symfony/polyfill-php83',
), ),
'Symfony\\Polyfill\\Mbstring\\' => 'Symfony\\Polyfill\\Mbstring\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
), ),
'Symfony\\Polyfill\\Intl\\Normalizer\\' => 'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer',
), ),
'Symfony\\Polyfill\\Intl\\Idn\\' => 'Symfony\\Polyfill\\Intl\\Idn\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn', 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
), ),
'Symfony\\Polyfill\\Intl\\Icu\\' => 'Symfony\\Polyfill\\Intl\\Icu\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-icu', 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-icu',
), ),
'Symfony\\Polyfill\\Intl\\Grapheme\\' => 'Symfony\\Polyfill\\Intl\\Grapheme\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme', 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme',
), ),
'Symfony\\Polyfill\\Ctype\\' => 'Symfony\\Polyfill\\Ctype\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
), ),
'Symfony\\Contracts\\Translation\\' => 'Symfony\\Contracts\\Translation\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/translation-contracts', 0 => __DIR__ . '/..' . '/symfony/translation-contracts',
), ),
'Symfony\\Contracts\\Service\\' => 'Symfony\\Contracts\\Service\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/service-contracts', 0 => __DIR__ . '/..' . '/symfony/service-contracts',
), ),
'Symfony\\Contracts\\EventDispatcher\\' => 'Symfony\\Contracts\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts', 0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
), ),
'Symfony\\Contracts\\Cache\\' => 'Symfony\\Contracts\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/cache-contracts', 0 => __DIR__ . '/..' . '/symfony/cache-contracts',
), ),
'Symfony\\Component\\Yaml\\' => 'Symfony\\Component\\Yaml\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/yaml', 0 => __DIR__ . '/..' . '/symfony/yaml',
), ),
'Symfony\\Component\\VarExporter\\' => 'Symfony\\Component\\VarExporter\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/var-exporter', 0 => __DIR__ . '/..' . '/symfony/var-exporter',
), ),
'Symfony\\Component\\VarDumper\\' => 'Symfony\\Component\\VarDumper\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/var-dumper', 0 => __DIR__ . '/..' . '/symfony/var-dumper',
), ),
'Symfony\\Component\\Validator\\' => 'Symfony\\Component\\Validator\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/validator', 0 => __DIR__ . '/..' . '/symfony/validator',
), ),
'Symfony\\Component\\String\\' => 'Symfony\\Component\\String\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/string', 0 => __DIR__ . '/..' . '/symfony/string',
), ),
'Symfony\\Component\\Stopwatch\\' => 'Symfony\\Component\\Stopwatch\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/stopwatch', 0 => __DIR__ . '/..' . '/symfony/stopwatch',
), ),
'Symfony\\Component\\Security\\Csrf\\' => 'Symfony\\Component\\Security\\Csrf\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/security-csrf', 0 => __DIR__ . '/..' . '/symfony/security-csrf',
), ),
'Symfony\\Component\\Security\\Core\\' => 'Symfony\\Component\\Security\\Core\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/security-core', 0 => __DIR__ . '/..' . '/symfony/security-core',
), ),
'Symfony\\Component\\Routing\\' => 'Symfony\\Component\\Routing\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/routing', 0 => __DIR__ . '/..' . '/symfony/routing',
), ),
'Symfony\\Component\\PropertyInfo\\' => 'Symfony\\Component\\PropertyInfo\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/property-info', 0 => __DIR__ . '/..' . '/symfony/property-info',
), ),
'Symfony\\Component\\PropertyAccess\\' => 'Symfony\\Component\\PropertyAccess\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/property-access', 0 => __DIR__ . '/..' . '/symfony/property-access',
), ),
'Symfony\\Component\\PasswordHasher\\' => 'Symfony\\Component\\PasswordHasher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/password-hasher', 0 => __DIR__ . '/..' . '/symfony/password-hasher',
), ),
'Symfony\\Component\\OptionsResolver\\' => 'Symfony\\Component\\OptionsResolver\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/options-resolver', 0 => __DIR__ . '/..' . '/symfony/options-resolver',
), ),
'Symfony\\Component\\Mime\\' => 'Symfony\\Component\\Mime\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/mime', 0 => __DIR__ . '/..' . '/symfony/mime',
), ),
'Symfony\\Component\\Mailer\\' => 'Symfony\\Component\\Mailer\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/mailer', 0 => __DIR__ . '/..' . '/symfony/mailer',
), ),
'Symfony\\Component\\HttpKernel\\' => 'Symfony\\Component\\HttpKernel\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/http-kernel', 0 => __DIR__ . '/..' . '/symfony/http-kernel',
), ),
'Symfony\\Component\\HttpFoundation\\' => 'Symfony\\Component\\HttpFoundation\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/http-foundation', 0 => __DIR__ . '/..' . '/symfony/http-foundation',
), ),
'Symfony\\Component\\Form\\' => 'Symfony\\Component\\Form\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/form', 0 => __DIR__ . '/..' . '/symfony/form',
), ),
'Symfony\\Component\\Finder\\' => 'Symfony\\Component\\Finder\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/finder', 0 => __DIR__ . '/..' . '/symfony/finder',
), ),
'Symfony\\Component\\Filesystem\\' => 'Symfony\\Component\\Filesystem\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/filesystem', 0 => __DIR__ . '/..' . '/symfony/filesystem',
), ),
'Symfony\\Component\\EventDispatcher\\' => 'Symfony\\Component\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher', 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
), ),
'Symfony\\Component\\ErrorHandler\\' => 'Symfony\\Component\\ErrorHandler\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/error-handler', 0 => __DIR__ . '/..' . '/symfony/error-handler',
), ),
'Symfony\\Component\\Dotenv\\' => 'Symfony\\Component\\Dotenv\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/dotenv', 0 => __DIR__ . '/..' . '/symfony/dotenv',
), ),
'Symfony\\Component\\DependencyInjection\\' => 'Symfony\\Component\\DependencyInjection\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/dependency-injection', 0 => __DIR__ . '/..' . '/symfony/dependency-injection',
), ),
'Symfony\\Component\\CssSelector\\' => 'Symfony\\Component\\CssSelector\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/css-selector', 0 => __DIR__ . '/..' . '/symfony/css-selector',
), ),
'Symfony\\Component\\Console\\' => 'Symfony\\Component\\Console\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/console', 0 => __DIR__ . '/..' . '/symfony/console',
), ),
'Symfony\\Component\\Config\\' => 'Symfony\\Component\\Config\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/config', 0 => __DIR__ . '/..' . '/symfony/config',
), ),
'Symfony\\Component\\Cache\\' => 'Symfony\\Component\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/cache', 0 => __DIR__ . '/..' . '/symfony/cache',
), ),
'Symfony\\Bundle\\WebProfilerBundle\\' => 'Symfony\\Bundle\\WebProfilerBundle\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/web-profiler-bundle', 0 => __DIR__ . '/..' . '/symfony/web-profiler-bundle',
), ),
'Symfony\\Bundle\\TwigBundle\\' => 'Symfony\\Bundle\\TwigBundle\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/twig-bundle', 0 => __DIR__ . '/..' . '/symfony/twig-bundle',
), ),
'Symfony\\Bundle\\FrameworkBundle\\' => 'Symfony\\Bundle\\FrameworkBundle\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/framework-bundle', 0 => __DIR__ . '/..' . '/symfony/framework-bundle',
), ),
'Symfony\\Bridge\\Twig\\' => 'Symfony\\Bridge\\Twig\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/twig-bridge', 0 => __DIR__ . '/..' . '/symfony/twig-bridge',
), ),
'Soundasleep\\' => 'Soundasleep\\' =>
array ( array (
0 => __DIR__ . '/..' . '/soundasleep/html2text/src', 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
), ),
'ScssPhp\\ScssPhp\\' => 'ScssPhp\\ScssPhp\\' =>
array ( array (
0 => __DIR__ . '/..' . '/scssphp/scssphp/src', 0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
), ),
'Sabberworm\\CSS\\' => 'Sabberworm\\CSS\\' =>
array ( array (
0 => __DIR__ . '/..' . '/sabberworm/php-css-parser/src', 0 => __DIR__ . '/..' . '/sabberworm/php-css-parser/src',
), ),
'Psr\\Log\\' => 'Psr\\Log\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/log/src', 0 => __DIR__ . '/..' . '/psr/log/src',
), ),
'Psr\\Http\\Message\\' => 'Psr\\Http\\Message\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/http-factory/src', 0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src', 1 => __DIR__ . '/..' . '/psr/http-message/src',
), ),
'Psr\\Http\\Client\\' => 'Psr\\Http\\Client\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/http-client/src', 0 => __DIR__ . '/..' . '/psr/http-client/src',
), ),
'Psr\\EventDispatcher\\' => 'Psr\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/event-dispatcher/src', 0 => __DIR__ . '/..' . '/psr/event-dispatcher/src',
), ),
'Psr\\Container\\' => 'Psr\\Container\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/container/src', 0 => __DIR__ . '/..' . '/psr/container/src',
), ),
'Psr\\Cache\\' => 'Psr\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/cache/src', 0 => __DIR__ . '/..' . '/psr/cache/src',
), ),
'PhpParser\\' => 'PhpParser\\' =>
array ( array (
0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser',
), ),
'Pelago\\Emogrifier\\' => 'Pelago\\Emogrifier\\' =>
array ( array (
0 => __DIR__ . '/..' . '/pelago/emogrifier/src', 0 => __DIR__ . '/..' . '/pelago/emogrifier/src',
), ),
'League\\OAuth2\\Client\\' => 'League\\OAuth2\\Client\\' =>
array ( array (
0 => __DIR__ . '/..' . '/league/oauth2-google/src', 0 => __DIR__ . '/..' . '/league/oauth2-google/src',
1 => __DIR__ . '/..' . '/league/oauth2-client/src', 1 => __DIR__ . '/..' . '/league/oauth2-client/src',
), ),
'GuzzleHttp\\Psr7\\' => 'GuzzleHttp\\Psr7\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
), ),
'GuzzleHttp\\Promise\\' => 'GuzzleHttp\\Promise\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
), ),
'GuzzleHttp\\' => 'GuzzleHttp\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
), ),
'Firebase\\JWT\\' => 'Firebase\\JWT\\' =>
array ( array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src', 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
), ),
'Egulias\\EmailValidator\\' => 'Egulias\\EmailValidator\\' =>
array ( array (
0 => __DIR__ . '/..' . '/egulias/email-validator/src', 0 => __DIR__ . '/..' . '/egulias/email-validator/src',
), ),
'Doctrine\\Common\\Lexer\\' => 'Doctrine\\Common\\Lexer\\' =>
array ( array (
0 => __DIR__ . '/..' . '/doctrine/lexer/src', 0 => __DIR__ . '/..' . '/doctrine/lexer/src',
), ),
); );
public static $prefixesPsr0 = array ( public static $prefixesPsr0 = array (
'C' => 'C' =>
array ( array (
'Console' => 'Console' =>
array ( array (
0 => __DIR__ . '/..' . '/pear/console_getopt', 0 => __DIR__ . '/..' . '/pear/console_getopt',
), ),
), ),
'A' => 'A' =>
array ( array (
'Archive_Tar' => 'Archive_Tar' =>
array ( array (
0 => __DIR__ . '/..' . '/pear/archive_tar', 0 => __DIR__ . '/..' . '/pear/archive_tar',
), ),