ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
autoload_static.php
66 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'R' => |
| 11 | array ( |
| 12 | 'RT\\ThePostGrid\\' => 15, |
| 13 | ), |
| 14 | ); |
| 15 | |
| 16 | public static $prefixDirsPsr4 = array ( |
| 17 | 'RT\\ThePostGrid\\' => |
| 18 | array ( |
| 19 | 0 => __DIR__ . '/../..' . '/app', |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static $classMap = array ( |
| 24 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 25 | 'RT\\ThePostGrid\\Controllers\\Admin\\AdminAjaxController' => __DIR__ . '/../..' . '/app/Controllers/Admin/AdminAjaxController.php', |
| 26 | 'RT\\ThePostGrid\\Controllers\\Admin\\MetaController' => __DIR__ . '/../..' . '/app/Controllers/Admin/MetaController.php', |
| 27 | 'RT\\ThePostGrid\\Controllers\\Admin\\NoticeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/NoticeController.php', |
| 28 | 'RT\\ThePostGrid\\Controllers\\Admin\\PostTypeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/PostTypeController.php', |
| 29 | 'RT\\ThePostGrid\\Controllers\\Admin\\SettingsController' => __DIR__ . '/../..' . '/app/Controllers/Admin/SettingsController.php', |
| 30 | 'RT\\ThePostGrid\\Controllers\\Admin\\UpgradeController' => __DIR__ . '/../..' . '/app/Controllers/Admin/UpgradeController.php', |
| 31 | 'RT\\ThePostGrid\\Controllers\\AjaxController' => __DIR__ . '/../..' . '/app/Controllers/AjaxController.php', |
| 32 | 'RT\\ThePostGrid\\Controllers\\Api\\RestApi' => __DIR__ . '/../..' . '/app/Controllers/Api/RestApi.php', |
| 33 | 'RT\\ThePostGrid\\Controllers\\Api\\RttpgV1' => __DIR__ . '/../..' . '/app/Controllers/Api/RttpgV1.php', |
| 34 | 'RT\\ThePostGrid\\Controllers\\BlocksController' => __DIR__ . '/../..' . '/app/Controllers/BlocksController.php', |
| 35 | 'RT\\ThePostGrid\\Controllers\\Blocks\\GridLayout' => __DIR__ . '/../..' . '/app/Controllers/Blocks/GridLayout.php', |
| 36 | 'RT\\ThePostGrid\\Controllers\\ElementorController' => __DIR__ . '/../..' . '/app/Controllers/ElementorController.php', |
| 37 | 'RT\\ThePostGrid\\Controllers\\Hooks\\ActionHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/ActionHooks.php', |
| 38 | 'RT\\ThePostGrid\\Controllers\\Hooks\\FilterHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/FilterHooks.php', |
| 39 | 'RT\\ThePostGrid\\Controllers\\SGutenBergController' => __DIR__ . '/../..' . '/app/Controllers/SGutenBergController.php', |
| 40 | 'RT\\ThePostGrid\\Controllers\\ElementorController' => __DIR__ . '/../..' . '/app/Controllers/ElementorController.php', |
| 41 | 'RT\\ThePostGrid\\Controllers\\GutenBergController' => __DIR__ . '/../..' . '/app/Controllers/GutenBergController.php', |
| 42 | 'RT\\ThePostGrid\\Controllers\\Hooks\\ActionHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/ActionHooks.php', |
| 43 | 'RT\\ThePostGrid\\Controllers\\Hooks\\FilterHooks' => __DIR__ . '/../..' . '/app/Controllers/Hooks/FilterHooks.php', |
| 44 | 'RT\\ThePostGrid\\Controllers\\ScriptController' => __DIR__ . '/../..' . '/app/Controllers/ScriptController.php', |
| 45 | 'RT\\ThePostGrid\\Controllers\\ShortcodeController' => __DIR__ . '/../..' . '/app/Controllers/ShortcodeController.php', |
| 46 | 'RT\\ThePostGrid\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/Controllers/WidgetController.php', |
| 47 | 'RT\\ThePostGrid\\Helpers\\Fns' => __DIR__ . '/../..' . '/app/Helpers/Fns.php', |
| 48 | 'RT\\ThePostGrid\\Helpers\\Install' => __DIR__ . '/../..' . '/app/Helpers/Install.php', |
| 49 | 'RT\\ThePostGrid\\Helpers\\Options' => __DIR__ . '/../..' . '/app/Helpers/Options.php', |
| 50 | 'RT\\ThePostGrid\\Models\\Field' => __DIR__ . '/../..' . '/app/Models/Field.php', |
| 51 | 'RT\\ThePostGrid\\Models\\ReSizer' => __DIR__ . '/../..' . '/app/Models/ReSizer.php', |
| 52 | 'RT\\ThePostGrid\\Widgets\\ElementorWidget' => __DIR__ . '/../..' . '/app/Widgets/ElementorWidget.php', |
| 53 | 'RT\\ThePostGrid\\Widgets\\TPGWidget' => __DIR__ . '/../..' . '/app/Widgets/TPGWidget.php', |
| 54 | ); |
| 55 | |
| 56 | public static function getInitializer(ClassLoader $loader) |
| 57 | { |
| 58 | return \Closure::bind(function () use ($loader) { |
| 59 | $loader->prefixLengthsPsr4 = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$prefixLengthsPsr4; |
| 60 | $loader->prefixDirsPsr4 = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$prefixDirsPsr4; |
| 61 | $loader->classMap = ComposerStaticInit980773d3d1a4a085b2a5ee06b8a191ee::$classMap; |
| 62 | |
| 63 | }, null, ClassLoader::class); |
| 64 | } |
| 65 | } |
| 66 |